COMMITS
/ Python/ceval.c September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed
September 23, 2024
M
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon committed
September 13, 2024
K
gh-121459: Deferred LOAD_GLOBAL (GH-123128)
Ken Jin committed
September 12, 2024
S
September 10, 2024
T
gh-122239: Add actual count in unbalanced unpacking error message when possible (#122244)
Tushar Sadhwani committed
August 23, 2024
S
gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build (#122975)
Sam Gross committed
August 20, 2024
M
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon committed
August 6, 2024
V
gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)
Victor Stinner committed
August 2, 2024
M
GH-117224: Move the body of a few large-ish micro-ops into helper functions (GH-122601)
Mark Shannon committed
July 29, 2024
B
GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413)
Brandt Bucher committed
July 26, 2024
M
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon committed
July 18, 2024
B
GH-118093: Add tier two support to several instructions (GH-121884)
Brandt Bucher committed
M
GH-120024: Use pointer for stack pointer (GH-121923)
Mark Shannon committed
July 16, 2024
T
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
Tian Gao committed
July 8, 2024
M
gh-121338: Remove #pragma optimize (#121340)
Michael Droettboom committed
July 2, 2024
S
gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
Sam Gross committed
July 1, 2024
B
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher committed
June 28, 2024
K
gh-117139: Fix a few wrong steals in bytecodes.c (GH-121127)
Ken Jin committed
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
June 24, 2024
I
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
Irit Katriel committed
June 18, 2024
M
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Mark Shannon committed
June 4, 2024
X
Fix typos in documentation and comments (#119763)
Xie Yanbo committed
May 21, 2024
I
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
Irit Katriel committed
May 6, 2024
N
gh-118613: Fix error handling of `_PyEval_GetFrameLocals` in `ceval.c` (#118614)
Nikita Sobolev committed
May 4, 2024
T
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao committed
May 3, 2024
T
gh-107674: Improve performance of `sys.settrace` (GH-117133)
Tian Gao committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 30, 2024
D
gh-117657: Fix small issues with instrumentation and TSAN (#118064)
Dino Viehland committed
April 26, 2024
M
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-118279)
Mark Shannon committed
April 19, 2024
D
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe (#116775)
Dino Viehland committed
April 18, 2024
G
GH-118036: Fix a bug with CALL_STAT_INC (#117933)
Guido van Rossum committed
April 16, 2024
J
gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
Jeff Glass committed
April 4, 2024
M
GH-117457: Correct pystats uop "miss" counts (GH-117477)
Michael Droettboom committed
G
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum committed
April 2, 2024
G
Fix successor opcode name printing in Tier 2 DEOPT debug message (#117471)
Guido van Rossum committed
March 29, 2024
S
gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)
Sam Gross committed
March 28, 2024
M
GH-117121: Add pystats to JIT builds (GH-117346)
Michael Droettboom committed
March 26, 2024
M
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon committed
March 19, 2024
B
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk committed
March 18, 2024
G
Cleanup tier2 debug output (#116920)
Guido van Rossum committed
March 1, 2024
February 29, 2024
B
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher committed
February 28, 2024
T
gh-107674: Improve performance of `sys.settrace` (GH-114986)
Tian Gao committed
February 20, 2024
G
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum committed
K
gh-115735: Fix current executor NULL before _START_EXECUTOR (#115736)
Ken Jin committed
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
M
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon committed
M
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
Mark Shannon committed
January 29, 2024
B
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher committed