(original) (raw)
I remember trying WPython; it was fast. Unfortunately it feels it came at the wrong time when development was invested in getting py3k out the door. It also had a lot of other ideas like \*\_INT instructions which allowed having oparg to be a constant int rather than needing to LOAD\_CONST one. Anyways I'll stop reminiscing
abarnert has started an experiment with wordcode: https://github.com/abarnert/cpython/blob/c095a32f2a68ac708466b9c64906cc4d0f5de1ee/Python/wordcode.mdWhat'd be necessary for this to be pulled upstream?