COMMITS
/ Python/bytecodes.c May 6, 2024
M
May 4, 2024
M
M
GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)
Mark Shannon committed
May 3, 2024
T
gh-107674: Improve performance of `sys.settrace` (GH-117133)
Tian Gao committed
May 2, 2024
M
GH-118095: Unify the behavior of tier 2 FOR_ITER branch micro-ops (GH-118420)
Mark Shannon committed
M
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-118482)
Mark Shannon committed
May 1, 2024
M
GH-118095: Make invalidating and clearing executors memory safe (GH-118459)
Mark Shannon committed
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 30, 2024
K
D
gh-117657: Fix small issues with instrumentation and TSAN (#118064)
Dino Viehland committed
M
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
Mark Shannon committed
April 29, 2024
M
GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)
Mark Shannon committed
April 26, 2024
M
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-118279)
Mark Shannon committed
April 25, 2024
M
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon committed
April 24, 2024
M
GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)
Mark Shannon committed
M
GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)
Mark Shannon committed
April 22, 2024
M
D
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114742)
Dino Viehland committed
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