[LLVMdev] JITMemoryManager

Caldarale, Charles R Chuck.Caldarale at unisys.com
Wed Oct 2 10:40:52 PDT 2013


> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] 
> On Behalf Of Frank Henigman
> Subject: Re: [LLVMdev] JITMemoryManager

> In any case, my points on the difficulty of creating a
> JITMemoryManager apply equally to JIT or MCJIT.

Not sure that's true.  Extending SectionMemoryManager to use our own allocator proved to be relatively easy for us; it ended up being about 250 lines of code, about of third of which were for logging/debug.

 - Chuck





More information about the llvm-dev mailing list