Message5996

Author zyasoft
Recipients alexey, draghuram, irogers, zyasoft
Date 2010-08-21.04:07:16
SpamBayes Score 0.00033615495
Marked as misclassified No
Message-id <1282363637.27.0.231813861991.issue1611@psf.upfronthosting.co.za>
In-reply-to
Content
The "undocumented" option -Xcomp (AOT compilation of Java bytecode) is probably not a good idea, if it were to work, since profiled execution seems to be essential for Jython performance.

Bytecode layout is entirely done by the ASM library (http://asm.ow2.org/), so we really don't have much to here in Jython except upgrade if it has been fixed.

Marking this low for now.
History
Date User Action Args
2010-08-21 04:07:17zyasoftsetmessageid: <1282363637.27.0.231813861991.issue1611@psf.upfronthosting.co.za>
2010-08-21 04:07:17zyasoftsetrecipients: + zyasoft, draghuram, alexey, irogers
2010-08-21 04:07:17zyasoftlinkissue1611 messages
2010-08-21 04:07:16zyasoftcreate