diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-25 17:02:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-25 17:02:01 (GMT) |
commit | f60bf5f7d6166735e51c30137ea19d289d393ecb (patch) | |
tree | ca8165eac51e373bd6da152f66291194050db3bb /Misc/NEWS | |
parent | 27ba8864a491cd2b2877c41c70b867d92161f85b (diff) | |
download | cpython-f60bf5f7d6166735e51c30137ea19d289d393ecb.zip cpython-f60bf5f7d6166735e51c30137ea19d289d393ecb.tar.gz cpython-f60bf5f7d6166735e51c30137ea19d289d393ecb.tar.bz2 |
Issue #27097: Python interpreter is now about 7% faster due to optimized
instruction decoding. Based on patch by Demur Rumed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 alpha 2 Core and Builtins ----------------- +- Issue #27097: Python interpreter is now about 7% faster due to optimized + instruction decoding. Based on patch by Demur Rumed. + - Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. Patch by Demur Rumed. |