COMMITS
/ Python/ceval.c April 30, 2022
D
gh-92063: Enforce types in specialized PRECALL opcodes (GH-92068)
Dennis Sweeney committed
April 28, 2022
D
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
Dennis Sweeney committed
April 25, 2022
V
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner committed
April 22, 2022
G
gh-89279: In ceval.c, redefine some macros for speed (#32387)
Guido van Rossum committed
April 21, 2022
G
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
Guido van Rossum committed
April 20, 2022
D
Cast to (destructor) to fix compiler warnings (GH-91711)
Dennis Sweeney committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
April 17, 2022
D
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
Dennis Sweeney committed
April 16, 2022
D
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney committed
D
gh-91462: Make lltrace output human-readable. (GH-91463)
Dennis Sweeney committed
April 15, 2022
I
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Irit Katriel committed
D
gh-90699: Use _Py_STR(empty) instead of PyUnicode_New(0, 0) for BUILD_STRING (GH-91476)
Dennis Sweeney committed
April 11, 2022
I
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel committed
April 9, 2022
J
Fix some typos in comments (GH-32422)
jonasdlindner committed
April 7, 2022
B
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher committed
V
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner committed
April 5, 2022
C
bpo-47009: Fix assert on big endian (GH-32332)
Christian Heimes committed
I
bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)
Irit Katriel committed
I
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)
Irit Katriel committed
D
bpo-47009: Let PRECALL_NO_KW_LIST_APPEND do its own POP_TOP (GH-32239)
Dennis Sweeney committed
April 3, 2022
H
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
Hood Chatham committed
April 1, 2022
I
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
Irit Katriel committed
D
bpo-47009: Streamline list.append for the common case (GH-31864)
Dennis Sweeney committed
March 31, 2022
I
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
Irit Katriel committed
March 30, 2022
M
Merge deoptimization blocks in interpreter (GH-32155)
Mark Shannon committed
March 29, 2022
D
bpo-47053: Refactor BINARY_OP_INPLACE_ADD_UNICODE (GH-32122)
Dennis Sweeney committed
March 27, 2022
K
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
Kumar Aditya committed
March 25, 2022
D
bpo-47053: Reduce deoptimization in BINARY_OP_INPLACE_ADD_UNICODE (GH-31318)
Dennis Sweeney committed
March 24, 2022
I
bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG (GH-32100)
Irit Katriel committed
March 23, 2022
N
March 22, 2022
M
bpo-47045: Remove `f_state` field (GH-31963)
Mark Shannon committed
March 21, 2022
B
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher committed
V
bpo-46850: Remove _PyEval_CallTracing() function (GH-32019)
Victor Stinner committed
V
bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
Victor Stinner committed
March 17, 2022
March 16, 2022
M
bpo-46841: Don't scan backwards in bytecode (GH-31901)
Mark Shannon committed
March 15, 2022
M
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
Mark Shannon committed
March 14, 2022
O
bpo-46920: Remove code that has explainers why it was disabled (GH-31813)
Oleg Iarygin committed
March 12, 2022
B
bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780)
Brandt Bucher committed
March 8, 2022
B
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
Brandt Bucher committed
March 7, 2022
B
bpo-46841: Use inline caching for calls (GH-31709)
Brandt Bucher committed
P
bpo-46940: Don't override existing AttributeError suggestion information (GH-31710)
Pablo Galindo Salgado committed
March 4, 2022
B
bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
Brandt Bucher committed
B
bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
Brandt Bucher committed
March 3, 2022
B
bpo-46841: Use inline caching for attribute accesses (GH-31640)
Brandt Bucher committed
M
March 1, 2022
I
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki committed
M
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
Mark Shannon committed
B
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
Brandt Bucher committed
February 28, 2022
V
bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
Victor Stinner committed