aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/ceval_macros.h
Commit message (Expand)AuthorAge
...
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-01
* GH-111485: Increment `next_instr` consistently at the start of the instructio...Mark Shannon2023-10-31
* gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)Irit Katriel2023-10-26
* GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...Mark Shannon2023-10-12
* GH-109369: Merge all eval-breaker flags and monitoring version into one word....Mark Shannon2023-10-04
* GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)Brandt Bucher2023-09-13
* GH-108614: Add `RESUME_CHECK` instruction (GH-108630)Mark Shannon2023-09-07
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-06
* GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...Mark Shannon2023-08-31
* gh-106581: Project through calls (#108067)Guido van Rossum2023-08-17
* GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-17
* gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)Guido van Rossum2023-08-16
* GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)Brandt Bucher2023-07-20
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-18
* gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)Guido van Rossum2023-07-17
* GH-104584: Fix ENTER_EXECUTOR (GH-106141)Mark Shannon2023-07-03
* gh-104584: Change DEOPT_IF in uops executor (#106146)Guido van Rossum2023-06-27
* gh-104584: Fix assert in DEOPT macro -- should fix buildbot (#106131)Guido van Rossum2023-06-27
* gh-104584: Baby steps towards generating and executing traces (#105924)Guido van Rossum2023-06-26
* gh-105481: add HAS_JUMP flag to opcode metadata (#105791)Irit Katriel2023-06-14
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-14
* gh-105481: add flags to each instr in the opcode metadata table, to replace o...Irit Katriel2023-06-13
* GH-104610: Remove the use of `PREDICT` macros. (GH-104651)Mark Shannon2023-06-07
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-02
* GH-104580: Don't cache eval breaker in interpreter (GH-104581)Mark Shannon2023-05-18
* GH-104405: Add missing PEP 523 checks (GH-104406)Brandt Bucher2023-05-12
* GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...Mark Shannon2023-05-12
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-12
* gh-101975: Fixed a potential SegFault on garbage collection (GH-102803)gaogaotiantian2023-03-18
* GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. ...Mark Shannon2023-03-13
* gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)Steve Dower2023-02-20
* gh-98831: Modernize CALL and family (#101508)Guido van Rossum2023-02-08
* GH-98831: Move assorted macros from ceval.h to a new header (#101116)Guido van Rossum2023-01-18