summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-25 17:02:01 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-25 17:02:01 (GMT)
commitf60bf5f7d6166735e51c30137ea19d289d393ecb (patch)
treeca8165eac51e373bd6da152f66291194050db3bb /Misc/NEWS
parent27ba8864a491cd2b2877c41c70b867d92161f85b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a76c5a5..dfba692 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.