COMMITS
/ Python/ceval_macros.h 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
G
A smattering of cleanups in uop debug output and lltrace (#112980)
Guido van Rossum committed
November 20, 2023
G
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum committed
November 1, 2023
G
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum committed
October 31, 2023
M
GH-111485: Increment `next_instr` consistently at the start of the instruction. (GH-111486)
Mark Shannon committed
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
October 12, 2023
M
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-110755)
Mark Shannon committed
October 4, 2023
M
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
Mark Shannon committed
September 13, 2023
B
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher committed
September 7, 2023
M
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon committed
September 6, 2023
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
August 31, 2023
August 17, 2023
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
M
August 16, 2023
G
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum committed
July 20, 2023
B
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher committed
July 18, 2023
I
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
Irit Katriel committed
July 17, 2023
G
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum committed
July 3, 2023
M
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon committed
June 27, 2023
G
gh-104584: Change DEOPT_IF in uops executor (#106146)
Guido van Rossum committed
G
gh-104584: Fix assert in DEOPT macro -- should fix buildbot (#106131)
Guido van Rossum committed
G
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum committed
June 14, 2023
I
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel committed
June 13, 2023