aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/ceval_macros.h
Commit message (Expand)AuthorAge
* gh-132758: Fix tail call and pystats builds (GH-132759)Ken Jin7 days
* GH-131498: Cases generator: manage stacks automatically (GH-132074)Mark Shannon2025-04-04
* GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)Mark Shannon2025-03-10
* gh-129989: Properly disable tailcall interp in configure (GH-129991)Ken Jin2025-02-16
* gh-129819: Allow tier2/JIT and tailcall (GH-129820)Ken Jin2025-02-13
* GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)Mark Shannon2025-02-12
* GH-129709: Clean up tier two (GH-129710)Brandt Bucher2025-02-07
* GH-129763: Remove the LLTRACE macro (GH-129764)Brandt Bucher2025-02-07
* gh-128563: A new tail-calling interpreter (GH-128718)Ken Jin2025-02-06
* GH-128682: Mark two more macros as escaping. (GH-129645)Mark Shannon2025-02-04
* GH-128563: Move some labels, to simplify implementing tailcalling interpreter...Mark Shannon2025-01-31
* gh-128563: Move GO_TO_INSTRUCTION and PREDICT to cases generator (GH-129115)Ken Jin2025-01-22
* gh-128563: Move lltrace into the frame struct (GH-129113)Ken Jin2025-01-21
* GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)Mark Shannon2025-01-21
* GH-128375: Better instrument for `FOR_ITER` (GH-128445)Mark Shannon2025-01-06
* GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-1...Mark Shannon2024-12-20
* gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument (#128054)Kumar Aditya2024-12-18
* gh-115999: Add free-threaded specialization for `STORE_SUBSCR` (#127169)Sam Gross2024-11-26
* gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1...Ken Jin2024-11-09
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-04
* GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P...Mark Shannon2024-10-14
* GH-119866: Spill the stack around escaping calls. (GH-124392)Mark Shannon2024-10-07
* GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)Mark Shannon2024-08-20
* GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)Mark Shannon2024-08-14
* gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861)Sam Gross2024-08-11
* gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (#12...Sam Gross2024-07-30
* GH-121131: Clean up and fix some instrumented instructions. (GH-121132)Mark Shannon2024-07-26
* GH-116017: Get rid of _COLD_EXITs (GH-120960)Brandt Bucher2024-07-01
* gh-117139: Convert the evaluation stack to stack refs (#118450)Ken Jin2024-06-27
* GH-120982: Add stack check assertions to generated interpreter code (GH-120992)Mark Shannon2024-06-25
* gh-107674: Improve performance of `sys.settrace` (GH-117133)Tian Gao2024-05-03
* gh-117657: Fix small issues with instrumentation and TSAN (#118064)Dino Viehland2024-04-30
* GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...Mark Shannon2024-04-26
* GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)Mark Shannon2024-04-25
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-04
* GH-117121: Add pystats to JIT builds (GH-117346)Michael Droettboom2024-03-28
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-26
* gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-11498...Tian Gao2024-03-01
* gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...Brett Simmers2024-02-29
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-29
* gh-107674: Improve performance of `sys.settrace` (GH-114986)Tian Gao2024-02-28
* gh-115778: Add `tierN` annotation for instruction definitions (#115815)Kirill Podoprigora2024-02-23
* gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)Brett Simmers2024-02-20
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-20
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-16
* Delete unused macro (GH-114238)Mark Shannon2024-01-18
* GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)Mark Shannon2023-12-14
* gh-113010: Don't decrement deferred in pystats (#113032)Michael Droettboom2023-12-12
* A smattering of cleanups in uop debug output and lltrace (#112980)Guido van Rossum2023-12-11
* gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)Guido van Rossum2023-11-20