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
/
Python
/
executor.c
Commit message (
Expand
)
Author
Age
*
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum
2023-11-01
*
gh-109329: Count tier2 opcode misses (#110561)
Michael Droettboom
2023-10-30
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
*
Remove an old macro from executor.c (#110597)
Brandt Bucher
2023-10-10
*
GH-109329: Add tier 2 stats (GH-109913)
Michael Droettboom
2023-10-04
*
GH-108614: Remove `TIER_ONE` and `TIER_TWO` from `_PUSH_FRAME` (GH-108725)
Mark Shannon
2023-09-04
*
GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...
Mark Shannon
2023-08-31
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
*
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum
2023-08-16
*
gh-107758: Improvements to lltrace feature (#107757)
Guido van Rossum
2023-08-07
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
*
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher
2023-07-20