[LLVMdev] Old JIT Status (i.e., can we delete it?)

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Nov 23 17:18:26 PST 2012


Writing some patches for MC I noticed that the old (non MC) JIT still
has a lot of duplicated code for producing EH frames which makes it a
bit harder to refactor code used by both implementations.

Given that MCJIT is making good progress and that we just branched
3.2, can we delete the old JIT or at least its EH support? The
attached patch removes just the EH bits.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 27116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121123/097ea8d3/attachment.obj>


More information about the llvm-dev mailing list