Message7336

Author ndrzmansn
Recipients ndrzmansn
Date 2012-07-27.06:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343369366.11.0.314701476949.issue1951@psf.upfronthosting.co.za>
In-reply-to
Content
This patch is an array version of PyStack in PyBytecode bytecode interpreter.
Although, by default jython runs compiler, bytecode interpreter is still used when unmarshal .pyc files.
Changing PyStack from an ArrayList to array makes it more efficient.
History
Date User Action Args
2012-07-27 06:09:26ndrzmansnsetrecipients: + ndrzmansn
2012-07-27 06:09:26ndrzmansnsetmessageid: <1343369366.11.0.314701476949.issue1951@psf.upfronthosting.co.za>
2012-07-27 06:09:25ndrzmansnlinkissue1951 messages
2012-07-27 06:09:25ndrzmansncreate