COMMITS
/ Python/bytecodes.c April 19, 2024
D
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe (#116775)
Dino Viehland committed
M
GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)
Mark Shannon committed
April 4, 2024
D
gh-112075: Make _PyDict_LoadGlobal thread safe (#117529)
Dino Viehland committed
G
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum committed
April 3, 2024
P
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak committed
April 2, 2024
M
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Mark Shannon committed
March 29, 2024
S
gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)
Sam Gross committed
March 26, 2024
M
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon committed
March 15, 2024
M
GH-115802: Reduce the size of _INIT_CALL_PY_EXACT_ARGS. (GH-116856)
Mark Shannon committed
T
gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)
Tian Gao committed
March 14, 2024
M
GH-116422: Factor out eval breaker checks at end of calls into its own micro-op. (GH-116817)
Mark Shannon committed
March 13, 2024
M
gh-116760: Fix pystats for trace attempts (GH-116761)
Michael Droettboom committed
T
March 11, 2024
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