Our own effort is pyjion and we have a talk at PyCon 2016:
https://github.com/Microsoft/Pyjion
The high order bit is to restructure CPython to enable easy plugging in of various JIT optimizer/codegenerators into the interpreter. Our own attempt will be based on the cross-platform .Net JIT (generating machine code).
Our own effort is pyjion and we have a talk at PyCon 2016:
https://github.com/Microsoft/Pyjion
The high order bit is to restructure CPython to enable easy plugging in of various JIT optimizer/codegenerators into the interpreter. Our own attempt will be based on the cross-platform .Net JIT (generating machine code).