Message5320
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. |
|
Date |
User |
Action |
Args |
2009-11-23 17:41:57 | zyasoft | set | messageid: <1258998117.93.0.492205378443.issue527524@psf.upfronthosting.co.za> |
2009-11-23 17:41:57 | zyasoft | set | recipients:
+ zyasoft, leouserz, p2sam, ericmoore, draghuram, rvalyi, pjac |
2009-11-23 17:41:57 | zyasoft | link | issue527524 messages |
2009-11-23 17:41:57 | zyasoft | create | |
|