Message6653

Author philba
Recipients philba
Date 2011-09-28.10:50:11
SpamBayes Score 0.006558099
Marked as misclassified No
Message-id <1317207012.27.0.527062744926.issue1801@psf.upfronthosting.co.za>
In-reply-to
Content
Hi there!

We would like to compile our jython scripts at runtime in pure java to gain a performance boost.
But we have to concat scripts like segments to a big script that sometimes can be bigger than 100000 characters.

I didn't find a way to concat the compiled bytecode after compiling each segment-script, so I think I need to increase the MARK_LIMIT.

Could you please make that possible?
History
Date User Action Args
2011-09-28 10:50:12philbasetrecipients: + philba
2011-09-28 10:50:12philbasetmessageid: <1317207012.27.0.527062744926.issue1801@psf.upfronthosting.co.za>
2011-09-28 10:50:12philbalinkissue1801 messages
2011-09-28 10:50:11philbacreate