Message11472

Author jamesmudd
Recipients amak, jamesmudd, rhwood, zyasoft
Date 2017-07-09.17:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499619941.39.0.312042985708.issue2604@psf.upfronthosting.co.za>
In-reply-to
Content
After a little work with git bisect I know the cause of this problem, however I am unsure of the correct solution.

This problem was introduced in commit c7a3eba where a change is made to "Isolate each JSR ScriptEngine with separate PySystemState" to fix #2154.

Simply reverting this commit appears to resolve this problem and causes no problems in the regrtests, however I don't know if this is a good idea. I'm still not completely sure why this change results in such a large performance issue here.

I have a pull request (https://github.com/jythontools/jython/pull/82) to revert this commit for discussion,  would be good if Jim could have a look at this.
History
Date User Action Args
2017-07-09 17:05:41jamesmuddsetmessageid: <1499619941.39.0.312042985708.issue2604@psf.upfronthosting.co.za>
2017-07-09 17:05:41jamesmuddsetrecipients: + jamesmudd, amak, zyasoft, rhwood
2017-07-09 17:05:41jamesmuddlinkissue2604 messages
2017-07-09 17:05:40jamesmuddcreate