index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Tools
/
scripts
/
generate_opcode_h.py
Commit message (
Expand
)
Author
Age
*
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney
2022-05-03
*
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner
2022-04-26
*
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
Guido van Rossum
2022-04-21
*
gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)
Dennis Sweeney
2022-04-14
*
gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)
Dennis Sweeney
2022-04-11
*
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher
2022-03-21
*
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
Mark Shannon
2022-02-28
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
*
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher
2021-11-10
*
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...
Mark Shannon
2021-10-05
*
bpo-45152: Add HAS_CONST macro and get_const_value() function and use⦠(#28...
Irit Katriel
2021-09-14
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
*
bpo-41463: Generate information about jumps from 'opcode.py' rather than dupl...
Mark Shannon
2020-08-04
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
*
Update opcode.h header comment to mention the source data file (GH-9935)
Shivank98
2018-10-18
*
Reintroduce Python2 support in generate_opcode_h.py
Victor Stinner
2016-11-28
*
Fix a ResourceWarning in generate_opcode_h.py
Victor Stinner
2016-11-25
*
Remove legacy "from __future__ import with_statement" lines.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
*
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Serhiy Storchaka
2015-05-27
*
Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.
Ned Deily
2014-04-28
*
Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly
Thomas Wouters
2014-04-17
*
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
Kushal Das
2014-04-15