index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
internal
/
pycore_uop_ids.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...
Mark Shannon
2024-05-04
1
-128/+133
*
GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)
Mark Shannon
2024-05-04
1
-19/+18
*
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...
Mark Shannon
2024-05-02
1
-104/+103
*
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
Mark Shannon
2024-04-30
1
-0/+1
*
GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)
Mark Shannon
2024-04-29
1
-102/+104
*
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...
Mark Shannon
2024-04-26
1
-103/+104
*
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon
2024-04-25
1
-0/+1
*
GH-115480: Reduce guard strength for binary ops when type of one operand is k...
Mark Shannon
2024-04-22
1
-82/+86
*
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak
2024-04-03
1
-107/+108
*
GH-115776: Embed the values array into the object, for "normal" Python object...
Mark Shannon
2024-04-02
1
-1/+1
*
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon
2024-03-26
1
-96/+99
*
GH-116422: Factor out eval breaker checks at end of calls into its own micro-...
Mark Shannon
2024-03-14
1
-124/+125
*
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Ken Jin
2024-03-07
1
-3/+0
*
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin
2024-03-06
1
-97/+102
*
GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...
Mark Shannon
2024-03-06
1
-109/+108
*
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
Mark Shannon
2024-03-05
1
-20/+20
*
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin
2024-02-29
1
-20/+21
*
gh-115687: Split up guards from COMPARE_OP (GH-115688)
Ken Jin
2024-02-20
1
-97/+97
*
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon
2024-02-20
1
-208/+235
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
1
-3/+5
*
GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)
Mark Shannon
2024-02-13
1
-1/+2
*
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
1
-2/+6
*
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
Mark Shannon
2024-01-24
1
-3/+4
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
1
-5/+4
*
GH-113860: All executors are now defined in terms of micro ops. Convert count...
Mark Shannon
2024-01-10
1
-1/+3
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
1
-111/+82
*
GH-111485: Factor out tier 2 code generation from the rest of the interpreter...
Mark Shannon
2023-12-12
1
-1/+1
*
GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)
Mark Shannon
2023-12-11
1
-0/+268