Message5320

Author zyasoft
Recipients draghuram, ericmoore, leouserz, p2sam, pjac, rvalyi, zyasoft
Date 2009-11-23.17:41:57
SpamBayes Score 5.5939295e-06
Marked as misclassified No
Message-id <1258998117.93.0.492205378443.issue527524@psf.upfronthosting.co.za>
In-reply-to
Content
re msg5318 by Peter:
2.5.1 proved to be a smaller increment for us. I have changed the 
version to being Deferred for the time being.

Here's what needs to be implemented:
a compiler that given an AST, produces Python bytecode

This would support many things for Jython, not just long code bodies.

Note that you can work around this problem today by compiling your code 
with CPython to .pyc files, perhaps with the compileall module, then 
using "import pycimport" to enable executing .pyc code by the Python 
bytecode VM. Incidentally, this capability has been available, quietly, 
since 2.5.0. While not an ideal solution, this toolchain is certainly 
doable. For instance, I used it to test the PBC-VM against regrtest.
History
Date User Action Args
2009-11-23 17:41:57zyasoftsetmessageid: <1258998117.93.0.492205378443.issue527524@psf.upfronthosting.co.za>
2009-11-23 17:41:57zyasoftsetrecipients: + zyasoft, leouserz, p2sam, ericmoore, draghuram, rvalyi, pjac
2009-11-23 17:41:57zyasoftlinkissue527524 messages
2009-11-23 17:41:57zyasoftcreate