RFA: Changes to interpreter to avoid non-debugging slowdown

Kyle Galloway kgallowa@redhat.com
Fri Jul 28 22:09:00 GMT 2006


This patch creates a second version of _Jv_InterpMethod::run() using 
preprocessor directives to allow the debugging info to be collected only 
when the interpreter is passed the debug command line argument.  This 
avoids slowdowns in non-debugging cases by not gathering debug 
information or sending events when not debugging.

Would appreciate if someone would comment/commit this patch.

Thanks,
Kyle


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-patch
Size: 122482 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20060728/d91243d5/attachment.bin>


More information about the Java-patches mailing list