[llvm-commits] [patch] Make it possible to enable and disable JIT debug dumps dynamically

Xerxes RĂ„nby xerxes at zafena.se
Wed Oct 28 08:50:53 PDT 2009


This patch would enable projects that use the LLVM JIT to enable and
disable JIT debug dumps dynamically.
The patch have been up for discussion on the llvm-dev mailinglist but
since it have gotten no attention there im posting it for review here
instead.

http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-January/019661.html  
http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-May/022101.html

Projects like Icedtea (OpenJDK) that uses the LLVM JIT would benefit
from this patch since it would enable us to turn on dumping of JITed
machinecode for selected methods.

Patch made by Andrew Haley.

Ok to push?

Cheers
Xerxes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-debugonly-zeroormore.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20091028/dd31c818/attachment.bin>


More information about the llvm-commits mailing list