summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_uop_ids.h
Commit message (Expand)AuthorAgeFilesLines
* GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon2024-05-041-128/+133
* GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)Mark Shannon2024-05-041-19/+18
* GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...Mark Shannon2024-05-021-104/+103
* GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)Mark Shannon2024-04-301-0/+1
* GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)Mark Shannon2024-04-291-102/+104
* GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...Mark Shannon2024-04-261-103/+104
* GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)Mark Shannon2024-04-251-0/+1
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-221-82/+86
* gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)Peter Lazorchak2024-04-031-107/+108
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-021-1/+1
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-261-96/+99
* GH-116422: Factor out eval breaker checks at end of calls into its own micro-...Mark Shannon2024-03-141-124/+125
* gh-116381: Remove bad specializations, add fail stats (GH-116464)Ken Jin2024-03-071-3/+0
* gh-116381: Specialize CONTAINS_OP (GH-116385)Ken Jin2024-03-061-97/+102
* GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...Mark Shannon2024-03-061-109/+108
* GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)Mark Shannon2024-03-051-20/+20
* gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)Ken Jin2024-02-291-20/+21
* gh-115687: Split up guards from COMPARE_OP (GH-115688)Ken Jin2024-02-201-97/+97
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-201-208/+235
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-201-3/+5
* GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)Mark Shannon2024-02-131-1/+2
* GH-113710: Add a "globals to constants" pass (GH-114592)Mark Shannon2024-02-021-2/+6
* GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)Mark Shannon2024-01-241-3/+4
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-5/+4
* GH-113860: All executors are now defined in terms of micro ops. Convert count...Mark Shannon2024-01-101-1/+3
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-111/+82
* GH-111485: Factor out tier 2 code generation from the rest of the interpreter...Mark Shannon2023-12-121-1/+1
* GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)Mark Shannon2023-12-111-0/+268