| Commit message (Expand) | Author | Age | Files | Lines |
* | GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-1... | Mark Shannon | 2024-12-20 | 1 | -3/+3 |
|
|
* | gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument (#128054) | Kumar Aditya | 2024-12-18 | 1 | -1/+1 |
|
|
* | gh-115999: Add free-threaded specialization for `STORE_SUBSCR` (#127169) | Sam Gross | 2024-11-26 | 1 | -0/+23 |
|
|
* | gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1... | Ken Jin | 2024-11-09 | 1 | -1/+2 |
|
|
* | gh-115999: Implement thread-local bytecode and enable specialization for `BIN... | mpage | 2024-11-04 | 1 | -9/+13 |
|
|
* | GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P... | Mark Shannon | 2024-10-14 | 1 | -20/+0 |
|
|
* | GH-119866: Spill the stack around escaping calls. (GH-124392) | Mark Shannon | 2024-10-07 | 1 | -0/+1 |
|
|
* | GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140) | Mark Shannon | 2024-08-20 | 1 | -1/+1 |
|
|
* | GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968) | Mark Shannon | 2024-08-14 | 1 | -10/+0 |
|
|
* | gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861) | Sam Gross | 2024-08-11 | 1 | -7/+0 |
|
|
* | gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (#12... | Sam Gross | 2024-07-30 | 1 | -1/+2 |
|
|
* | GH-121131: Clean up and fix some instrumented instructions. (GH-121132) | Mark Shannon | 2024-07-26 | 1 | -1/+4 |
|
|
* | GH-116017: Get rid of _COLD_EXITs (GH-120960) | Brandt Bucher | 2024-07-01 | 1 | -2/+1 |
|
|
* | gh-117139: Convert the evaluation stack to stack refs (#118450) | Ken Jin | 2024-06-26 | 1 | -2/+33 |
|
|
* | GH-120982: Add stack check assertions to generated interpreter code (GH-120992) | Mark Shannon | 2024-06-25 | 1 | -0/+2 |
|
|
* | gh-107674: Improve performance of `sys.settrace` (GH-117133) | Tian Gao | 2024-05-03 | 1 | -6/+10 |
|
|
* | gh-117657: Fix small issues with instrumentation and TSAN (#118064) | Dino Viehland | 2024-04-30 | 1 | -1/+1 |
|
|
* | GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11... | Mark Shannon | 2024-04-26 | 1 | -0/+1 |
|
|
* | GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180) | Mark Shannon | 2024-04-25 | 1 | -0/+12 |
|
|
* | gh-116968: Reimplement Tier 2 counters (#117144) | Guido van Rossum | 2024-04-04 | 1 | -16/+15 |
|
|
* | GH-117121: Add pystats to JIT builds (GH-117346) | Michael Droettboom | 2024-03-28 | 1 | -0/+2 |
|
|
* | GH-116422: Tier2 hot/cold splitting (GH-116813) | Mark Shannon | 2024-03-26 | 1 | -0/+6 |
|
|
* | gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-11498... | Tian Gao | 2024-03-01 | 1 | -10/+6 |
|
|
* | gh-115999: Disable the specializing adaptive interpreter in free-threaded bui... | Brett Simmers | 2024-03-01 | 1 | -0/+8 |
|
|
* | GH-115802: JIT "small" code for Windows (GH-115964) | Brandt Bucher | 2024-02-29 | 1 | -7/+0 |
|
|
* | gh-107674: Improve performance of `sys.settrace` (GH-114986) | Tian Gao | 2024-02-28 | 1 | -6/+10 |
|
|
* | gh-115778: Add `tierN` annotation for instruction definitions (#115815) | Kirill Podoprigora | 2024-02-23 | 1 | -6/+0 |
|
|
* | gh-112175: Add `eval_breaker` to `PyThreadState` (#115194) | Brett Simmers | 2024-02-20 | 1 | -1/+1 |
|
|
* | GH-112354: Initial implementation of warm up on exits and trace-stitching (GH... | Mark Shannon | 2024-02-20 | 1 | -1/+30 |
|
|
* | gh-115103: Implement delayed memory reclamation (QSBR) (#115180) | Sam Gross | 2024-02-16 | 1 | -0/+7 |
|
|
* | Delete unused macro (GH-114238) | Mark Shannon | 2024-01-18 | 1 | -3/+0 |
|
|
* | GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104) | Mark Shannon | 2023-12-14 | 1 | -2/+0 |
|
|
* | gh-113010: Don't decrement deferred in pystats (#113032) | Michael Droettboom | 2023-12-12 | 1 | -4/+0 |
|
|
* | A smattering of cleanups in uop debug output and lltrace (#112980) | Guido van Rossum | 2023-12-12 | 1 | -1/+1 |
|
|
* | gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286) | Guido van Rossum | 2023-11-20 | 1 | -0/+4 |
|
|
* | gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428) | Guido van Rossum | 2023-11-01 | 1 | -23/+13 |
|
|
* | GH-111485: Increment `next_instr` consistently at the start of the instructio... | Mark Shannon | 2023-10-31 | 1 | -8/+4 |
|
|
* | gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095) | Irit Katriel | 2023-10-26 | 1 | -7/+9 |
|
|
* | GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-... | Mark Shannon | 2023-10-12 | 1 | -0/+3 |
|
|
* | GH-109369: Merge all eval-breaker flags and monitoring version into one word.... | Mark Shannon | 2023-10-04 | 1 | -1/+1 |
|
|
* | GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300) | Brandt Bucher | 2023-09-13 | 1 | -5/+0 |
|
|
* | GH-108614: Add `RESUME_CHECK` instruction (GH-108630) | Mark Shannon | 2023-09-07 | 1 | -0/+2 |
|
|
* | gh-108753: Enhance pystats (#108754) | Victor Stinner | 2023-09-06 | 1 | -1/+1 |
|
|
* | GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_... | Mark Shannon | 2023-08-31 | 1 | -0/+36 |
|
|
* | gh-106581: Project through calls (#108067) | Guido van Rossum | 2023-08-17 | 1 | -0/+4 |
|
|
* | GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor... | Mark Shannon | 2023-08-17 | 1 | -1/+1 |
|
|
* | gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760) | Guido van Rossum | 2023-08-16 | 1 | -0/+5 |
|
|
* | GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924) | Brandt Bucher | 2023-07-20 | 1 | -1/+13 |
|
|
* | gh-105481: Generate the opcode lists in dis from data extracted from bytecode... | Irit Katriel | 2023-07-18 | 1 | -0/+1 |
|
|
* | gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707) | Guido van Rossum | 2023-07-17 | 1 | -0/+2 |
|
|