COMMITS
/ Python/ceval_macros.h August 1, 2025
M
GH-136410: Faster side exits by using a cold exit stub (GH-136411)
Mark Shannon committed
May 4, 2025
M
GH-133231: Changes to executor management to support proposed `sys._jit` module (GH-133287)
Mark Shannon committed
April 23, 2025
K
gh-132758: Fix tail call and pystats builds (GH-132759)
Ken Jin committed
April 4, 2025
M
GH-131498: Cases generator: manage stacks automatically (GH-132074)
Mark Shannon committed
March 10, 2025
M
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon committed
February 15, 2025
K
gh-129989: Properly disable tailcall interp in configure (GH-129991)
Ken Jin committed
February 12, 2025
K
gh-129819: Allow tier2/JIT and tailcall (GH-129820)
Ken Jin committed
M
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon committed
February 7, 2025
B
GH-129709: Clean up tier two (GH-129710)
Brandt Bucher committed
B
GH-129763: Remove the LLTRACE macro (GH-129764)
Brandt Bucher committed
February 6, 2025
K
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin committed
February 4, 2025
M
GH-128682: Mark two more macros as escaping. (GH-129645)
Mark Shannon committed
January 31, 2025
M
GH-128563: Move some labels, to simplify implementing tailcalling interpreter. (GH-129525)
Mark Shannon committed
January 22, 2025
K
January 21, 2025
K
gh-128563: Move lltrace into the frame struct (GH-129113)
Ken Jin committed
M
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Mark Shannon committed
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
December 20, 2024
M
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-128121)
Mark Shannon committed
December 18, 2024
K
gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument (#128054)
Kumar Aditya committed
November 26, 2024
S
gh-115999: Add free-threaded specialization for `STORE_SUBSCR` (#127169)
Sam Gross committed
November 9, 2024
November 4, 2024
October 14, 2024
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
August 20, 2024
M
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon committed
August 14, 2024
M
GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)
Mark Shannon committed
August 11, 2024
S
gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861)
Sam Gross committed
July 30, 2024
S
July 26, 2024
M
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon committed
July 1, 2024
B
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher committed
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
June 25, 2024
M
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
Mark Shannon committed
May 3, 2024
T
gh-107674: Improve performance of `sys.settrace` (GH-117133)
Tian Gao 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 25, 2024
M
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon committed
April 4, 2024
G
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum 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 1, 2024
T
B
gh-115999: Disable the specializing adaptive interpreter in free-threaded builds (#116013)
Brett Simmers committed
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 23, 2024
K
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Kirill Podoprigora committed
February 20, 2024
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
M
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
Mark Shannon committed
February 16, 2024
S
gh-115103: Implement delayed memory reclamation (QSBR) (#115180)
Sam Gross committed
January 18, 2024
M
Delete unused macro (GH-114238)
Mark Shannon committed
December 14, 2023
M
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
Mark Shannon committed
December 12, 2023
M
gh-113010: Don't decrement deferred in pystats (#113032)
Michael Droettboom committed