[Python-Dev] Speeding up CPython 5-10%

zreed at fastmail.com zreed at fastmail.com
Tue May 17 02:25:59 EDT 2016


In the project https://github.com/zachariahreed/byteasm I mentioned on
the list earlier this month, I have a pass that to computes stack usage
for a given sequence of bytecodes. It seems to be a fair bit more
agressive than cpython. Maybe it's more generally useful. It's pure
python rather than C though.


More information about the Python-Dev mailing list