[llvm-commits] [PATCH] Generate info about the JIT process

Evan Phoenix evan at fallingsnow.net
Mon May 11 15:06:42 PDT 2009


This patch, worked on with nlewycky and jyasskin, allows the JIT  
ExecutionEngine to report details about the generate machine code.

By introducing a new class that the JIT can fill in details about,  
it's easy to add future details without having to change the API again.

Right now, just the address and the size of the machine code are  
reported. This has proved very useful for me, as I'm able to now feed  
these details to udis86 when I want to see the generated machine code.

Thanks for the consideration.

The patch is also available at: http://github.com/evanphx/llvm-patches/blob/master/jit-info.diff


-------------- next part --------------
A non-text attachment was scrubbed...
Name: jit-info.diff
Type: application/octet-stream
Size: 6500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090511/841fe01b/attachment.obj>
-------------- next part --------------



More information about the llvm-commits mailing list