wpython


A wordcode-based Python implementation

WPython is a re-implementation of (some parts of) Python, which drops support for bytecode in favour of a wordcode-based model (where a is word is 16 bits wide).

It also implements an hybrid stack-register virtual machine, and adds a lot of other optimizations.

Project Information