Re: [Python-Dev] Wordcode: new regular bytecode using 16-bit units

2016年4月23日 09:02:02 -0700

On 13.04.16 19:33, Guido van Rossum wrote:
Nice work. I think that for CPython, speed is much more important than
memory use for the code. Disk space is practically free for anything
smaller than a video. :-)
I collected statistics for use opcodes with different arguments during running CPython tests. Estimated size with using wordcode is 1.33 times less than with using current bytecode.
[1] http://comments.gmane.org/gmane.comp.python.ideas/38293
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to