COMMITS
/ Tools/scripts/generate_opcode_h.py July 22, 2022
B
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher committed
July 1, 2022
I
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel committed
May 3, 2022
D
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney committed
April 25, 2022
V
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner committed
April 21, 2022
G
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
Guido van Rossum committed
April 14, 2022
D
gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)
Dennis Sweeney committed
April 11, 2022
D
gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)
Dennis Sweeney committed
March 21, 2022
B
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher committed
February 28, 2022
M
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
Mark Shannon committed
February 25, 2022
B
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher committed
November 11, 2021
B
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher committed
October 5, 2021
M
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
Mark Shannon committed
September 14, 2021
I
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28262)
Irit Katriel committed
June 10, 2021
M
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon committed
May 7, 2021
M
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon committed
August 4, 2020
January 14, 2020
M
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon committed
October 18, 2018
S
Update opcode.h header comment to mention the source data file (GH-9935)
Shivank98 committed
November 28, 2016
V
Reintroduce Python2 support in generate_opcode_h.py
Victor Stinner committed
November 25, 2016
V
Fix a ResourceWarning in generate_opcode_h.py
Victor Stinner committed
September 8, 2016
G
Remove legacy "from __future__ import with_statement" lines.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
May 27, 2015
S
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Serhiy Storchaka committed
April 28, 2014
N
Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.
Ned Deily committed
April 16, 2014
T
Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly
Thomas Wouters committed
April 15, 2014
K
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
Kushal Das committed