[LLVMdev] mcjit

Benjamin Kramer benny.kra at gmail.com
Wed Jul 11 06:04:25 PDT 2012


On 11.07.2012, at 14:39, Reed Kotler <rkotler at mips.com> wrote:

> Does anyone know which projects rely on mcjit?
> 
> There is the oldjit too; it's still being used?

The most prominent user of the MC JIT is probably LLDB.

The only issue with MCJIT I know of is the lack of windows support, and I expect oldjit to go away once that is sorted out. Switching between the JIT implementations is really trivial and transparent, if you don't have to support windows it's worth a try.

- Ben



More information about the llvm-dev mailing list