COMMITS
/ Python/bytecodes.c March 8, 2024
M
GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-116460)
Mark Shannon committed
March 7, 2024
K
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Ken Jin committed
S
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka committed
March 6, 2024
K
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin committed
M
GH-113710: Tier 2 optimizer: check the function instead of checking globals. (GH-116410)
Mark Shannon committed
March 5, 2024
M
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
Mark Shannon committed
March 1, 2024
February 29, 2024
K
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin committed
B
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher committed
February 28, 2024
T
gh-107674: Improve performance of `sys.settrace` (GH-114986)
Tian Gao committed
February 23, 2024
K
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Kirill Podoprigora committed
February 22, 2024
February 20, 2024
S
gh-115733: Fix crash involving exhausted list iterator (#115740)
Sam Gross committed
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
K
gh-115687: Split up guards from COMPARE_OP (GH-115688)
Ken Jin committed
M
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon committed
M
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
Mark Shannon committed
February 15, 2024
D
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
David Hewitt committed
February 14, 2024
D
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
Donghee Na committed
February 13, 2024
M
GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)
Mark Shannon committed
M
GH-113710: Backedge counter improvements. (GH-115166)
Mark Shannon committed
K
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin committed
February 12, 2024
B
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher committed
February 2, 2024
M
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon committed
January 24, 2024
K
Update outdated comment in ``Python/bytecodes.c`` (#114522)
Kirill Podoprigora committed
M
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon committed
M
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
Mark Shannon committed
January 22, 2024
G
gh-113102: Fix typo in INSTRUMENTED_RESUME (GH-114349)
Guido van Rossum committed
January 15, 2024
January 12, 2024
K
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin committed
B
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Brandt Bucher committed
January 11, 2024
M
GH-113853: Guarantee forward progress in executors (GH-113854)
Mark Shannon committed
January 10, 2024
January 4, 2024
B
GH-113689: Fix broken handling of invalid executors (GH-113694)
Brandt Bucher committed
January 3, 2024
M
GH-113595: Don't enter invalid executor (GH-113596)
Mark Shannon committed
December 21, 2023
December 20, 2023
M
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon committed
December 15, 2023
B
GH-111485: Mark some instructions as `TIER_ONE_ONLY` (GH-113155)
Brandt Bucher committed
December 14, 2023
M
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
Mark Shannon committed
December 12, 2023
M
GH-108866: Guarantee forward progress in executors. (GH-113006)
Mark Shannon committed
December 7, 2023
November 30, 2023
November 29, 2023
G
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)
Guido van Rossum committed
November 20, 2023
G
gh-106529: Make FOR_ITER a viable uop (#112134)
Guido van Rossum committed
November 18, 2023
G
gh-110319: Assert type_version != 0 before using it (#112226)
Guido van Rossum committed
November 17, 2023
G
gh-106529: Cleanups split off gh-112134 (#112214)
Guido van Rossum committed
November 14, 2023
M
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
Mark Shannon committed
S
gh-111789: Simplify bytecodes.c by using PyDict_GetItemRef() (GH-111978)
Serhiy Storchaka committed
November 9, 2023
M
GH-111843: Tier 2 exponential backoff (GH-111850)
Mark Shannon committed