[LLVMdev] [MCJIT] Why does it allocate function by function?

Eric Christopher echristo at apple.com
Wed Jul 6 10:57:50 PDT 2011


On Jul 6, 2011, at 10:34 AM, Yuri wrote:

> Unfortunately I don't use Mac for development and can't see the benefits 
> of lldb. I think building on linux might be a good idea for it.

There are people that do just that.

Also, for another JIT case that works on linux check out the IcedTea Shark project:

http://icedtea.classpath.org/wiki/ZeroSharkFaq

It uses custom allocators (or at least did last I looked) and JITs on various platforms.

-eric



More information about the llvm-dev mailing list