COMMITS
/ Python/bytecodes.c June 17, 2024
M
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Mark Shannon committed
June 11, 2024
J
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra committed
June 1, 2024
A
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan committed
May 31, 2024
J
gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822)
Jelle Zijlstra committed
May 29, 2024
I
gh-119689: generate stack effect metadata for pseudo instructions (#119691)
Irit Katriel committed
May 28, 2024
B
GH-119258: Handle STORE_ATTR_WITH_HINT in tier two (GH-119481)
Brandt Bucher committed
B
GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (GH-119510)
Brandt Bucher committed
I
gh-119676: remove several pseudo instructions which are use only in codegen (#119677)
Irit Katriel committed
May 22, 2024
J
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra committed
May 21, 2024
I
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
Irit Katriel committed
May 7, 2024
T
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