summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_uop_metadata.h
Commit message (Expand)AuthorAgeFilesLines
* GH-116017: Get rid of _COLD_EXITs (GH-120960)Brandt Bucher2024-07-011-5/+1
* GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...Mark Shannon2024-06-181-1/+5
* GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)Mark Shannon2024-06-171-3/+3
* gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822)Jelle Zijlstra2024-05-311-4/+0
* GH-119258: Handle STORE_ATTR_WITH_HINT in tier two (GH-119481)Brandt Bucher2024-05-281-0/+4
* gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)Jelle Zijlstra2024-05-221-3/+3
* GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon2024-05-041-1/+25
* GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)Mark Shannon2024-05-041-5/+1
* GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...Mark Shannon2024-05-021-6/+2
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-1/+1
* GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)Mark Shannon2024-04-301-0/+4
* GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)Mark Shannon2024-04-291-0/+8
* GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...Mark Shannon2024-04-261-0/+8
* GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)Mark Shannon2024-04-251-0/+4
* GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)Mark Shannon2024-04-241-7/+7
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-221-0/+16
* GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)Mark Shannon2024-04-191-1/+1
* GH-115419: Improve list of escaping functions (GH-118054)Mark Shannon2024-04-191-12/+12
* Cases generator: Remove type_prop and passthrough (#117614)Ken Jin2024-04-071-22/+22
* gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)Peter Lazorchak2024-04-031-0/+4
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-021-5/+5
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-261-38/+498
* GH-116422: Factor out eval breaker checks at end of calls into its own micro-...Mark Shannon2024-03-141-10/+12
* GH-116596: Better determination of escaping uops. (GH-116597)Mark Shannon2024-03-111-14/+14
* gh-116381: Remove bad specializations, add fail stats (GH-116464)Ken Jin2024-03-071-6/+0
* gh-116381: Specialize CONTAINS_OP (GH-116385)Ken Jin2024-03-061-0/+10
* GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...Mark Shannon2024-03-061-4/+2
* GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)Mark Shannon2024-03-051-2/+2
* gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)Ken Jin2024-02-291-0/+2
* gh-115687: Split up guards from COMPARE_OP (GH-115688)Ken Jin2024-02-201-2/+2
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-201-3/+64
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-201-15/+21
* GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)Mark Shannon2024-02-131-1/+3
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-5/+5
* GH-113710: Add a "globals to constants" pass (GH-114592)Mark Shannon2024-02-021-0/+8
* GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)Mark Shannon2024-01-241-0/+2
* GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...Mark Shannon2024-01-151-1/+1
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-40/+38
* GH-113860: All executors are now defined in terms of micro ops. Convert count...Mark Shannon2024-01-101-0/+4
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-0/+403