[Python-Dev] Wordcode: new regular bytecode using 16-bit units (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Sat Apr 23 11:59:23 EDT 2016
- Previous message (by thread): [Python-Dev] Wordcode: new regular bytecode using 16-bit units
- Next message (by thread): [Python-Dev] Wordcode: new regular bytecode using 16-bit units
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] Wordcode: new regular bytecode using 16-bit units
- Next message (by thread): [Python-Dev] Wordcode: new regular bytecode using 16-bit units
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]