COMMITS
/ Python/ceval.c 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
January 12, 2024
B
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Brandt Bucher committed
January 5, 2024
M
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680)
Mark Shannon committed
December 20, 2023
M
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon committed
December 14, 2023
M
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
Mark Shannon committed
S
gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)
Serhiy Storchaka committed
December 12, 2023
G
A smattering of cleanups in uop debug output and lltrace (#112980)
Guido van Rossum committed
December 7, 2023
S
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka committed
November 29, 2023
G
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)
Guido van Rossum committed
November 27, 2023
November 20, 2023
M
gh-111786: Use separate opcode vars for Tier 1 and Tier 2 (#112289)
Michael Droettboom committed
G
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum committed
G
gh-106529: Make FOR_ITER a viable uop (#112134)
Guido van Rossum committed
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 17, 2023
G
Various small improvements to uop debug output (#112218)
Guido van Rossum committed
November 15, 2023
M
GH-111848: Set the IP when de-optimizing (GH-112065)
Mark Shannon committed
November 14, 2023
S
gh-111789: Simplify ceval.c by using PyDict_GetItemRef() (GH-111980)
Serhiy Storchaka committed
B
GH-111520: Add back the operand local (GH-111813)
Brandt Bucher committed
November 9, 2023
M
gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#111794)
Michael Droettboom committed
M
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon committed
November 2, 2023
M
gh-111663: Restore the Tier 2 uop count pystats (#111664)
Michael Droettboom committed
I
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
Irit Katriel committed
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed