aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_code.h
Commit message (Expand)AuthorAge
* gh-132775: Add _PyCode_GetVarCounts() (gh-133128)Eric Snow17 hours
* GH-132554: Add stats for GET_ITER (GH-132592)Mark Shannon2 days
* gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)Eric Snow2 days
* gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)Eric Snow2 days
* gh-131238: Remove includes from pycore_interp.h (#131495)Victor Stinner2025-03-20
* gh-131238: Remove pycore_lock.h includes (#131483)Victor Stinner2025-03-19
* GH-131238: More refactoring of core header files (GH-131351)Mark Shannon2025-03-17
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-17
* gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)Tomas R.2025-03-16
* docs: internal notes have moved, correct references (#130762)Ned Batchelder2025-03-03
* gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (...Irit Katriel2025-02-07
* GH-128842: Collect JIT memory stats (GH-128941)Diego Russo2025-02-02
* Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...Sam Gross2025-01-23
* GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...Mark Shannon2025-01-20
* gh-100239: specialize long tail of binary operations (#128722)Irit Katriel2025-01-16
* GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...Mark Shannon2024-12-19
* gh-127411: Fix invalid conversion of load of TLBC array when compiled in C++ ...mpage2024-12-02
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-04
* gh-123747: Avoid static_assert() in internal header files (#123779)Victor Stinner2024-09-06
* GH-123197: Only count an instruction as deferred if it hasn't deopted first. ...Mark Shannon2024-08-22
* GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)Mark Shannon2024-08-20
* GH-118093: Specialize `CALL_KW` (GH-123006)Mark Shannon2024-08-16
* GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)Mark Shannon2024-08-13
* gh-120642: Move _PyCode_CODE() to the internal C API (#121644)Victor Stinner2024-07-13
* 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-120642: Move private PyCode APIs to the internal C API (#120643)Victor Stinner2024-06-26
* gh-118527: Intern code consts in free-threaded build (#118667)Sam Gross2024-05-06
* Remove more remnants of deepfreeze (#118159)Guido van Rossum2024-04-22
* gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)Jeff Glass2024-04-16
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-04
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-02
* gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)Michael Droettboom2024-03-22
* gh-116381: Specialize CONTAINS_OP (GH-116385)Ken Jin2024-03-07
* gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...Brett Simmers2024-02-29
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-13
* gh-114312: Collect stats for unlikely events (GH-114493)Michael Droettboom2024-01-25
* gh-106550: Fix sign conversion in pycore_code.h (#112613)Victor Stinner2023-12-04
* gh-111652: Fix --enable-pystats build (GH-111653)Michael Droettboom2023-11-03
* gh-109329: Count tier2 opcode misses (#110561)Michael Droettboom2023-10-30
* GH-109329: Add tier 2 stats (GH-109913)Michael Droettboom2023-10-04
* GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)Brandt Bucher2023-09-13
* GH-108716: Turn off deep-freezing of code objects. (GH-108722)Mark Shannon2023-09-08
* gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)Dong-hee Na2023-09-07
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-06
* gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)Victor Stinner2023-08-21
* Add some GC stats to Py_STATS (GH-107581)Mark Shannon2023-08-04
* gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...Irit Katriel2023-08-01
* gh-107211: No longer export internal functions (4) (#107217)Victor Stinner2023-07-25
* gh-107211: No longer export internal functions (1) (#107213)Victor Stinner2023-07-25