COMMITS
/ Python/specialize.c June 21, 2022
D
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney committed
C
gh-94021: Address unreachable code warning in specialize code (GH-94022)
Christian Heimes committed
June 17, 2022
K
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Ken Jin committed
June 16, 2022
K
Fix BINARY_SUBSCR_GETITEM stats (GH-93903)
Ken Jin committed
June 14, 2022
M
Rename 'LOAD_METHOD' specialization stat consts to 'ATTR'. (GH-93812)
Mark Shannon committed
M
Remove LOAD_METHOD stats. (GH-93807)
Mark Shannon committed
K
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
Ken Jin committed
June 13, 2022
D
Add more FOR_ITER specialization stats (GH-32151)
Dennis Sweeney committed
June 7, 2022
M
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
Mark Shannon committed
May 31, 2022
M
GH-93354: Use exponential backoff to avoid excessive specialization attempts. (GH-93355)
Mark Shannon committed
May 27, 2022
M
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
Mark Shannon committed
May 25, 2022
K
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Ken Jin committed
May 19, 2022
M
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon committed
May 18, 2022
M
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon committed
May 16, 2022
M
Improve object stats (#92845)
Mark Shannon committed
May 4, 2022
M
GH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH-92245)
Mark Shannon committed
May 3, 2022
M
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon committed
April 25, 2022
V
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner committed
April 11, 2022
I
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel committed
April 5, 2022
D
bpo-47009: Let PRECALL_NO_KW_LIST_APPEND do its own POP_TOP (GH-32239)
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 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 21, 2022
B
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher 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
March 5, 2022
S
Remove trailing spaces (GH-31695)
Serhiy Storchaka committed
March 4, 2022
B
bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
Brandt Bucher committed
M
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Mark Shannon committed
March 3, 2022
B
bpo-46841: Use inline caching for attribute accesses (GH-31640)
Brandt Bucher committed
B
bpo-46841: Improve the failure stats for COMPARE_OP (GH-31663)
Brandt Bucher committed
M
March 1, 2022
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
M
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
Mark Shannon committed
B
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
Brandt Bucher committed
February 25, 2022
V
bpo-45316: Move private functions to internal C API (GH-31579)
Victor Stinner committed
B
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher committed
February 24, 2022
M
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
Mark Shannon committed
D
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
Dennis Sweeney committed
February 23, 2022
B
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
Brandt Bucher committed
B
bpo-45885: Don't un-adapt `COMPARE_OP` when collecting stats (GH-31516)
Brandt Bucher committed
B
bpo-46329: Fix test failure when `Py_STATS` is enabled (GH-31511)
Brandt Bucher committed
February 22, 2022
M
Move call specializations from CALL to PRECALL. (GH-31496)
Mark Shannon committed
February 18, 2022
M
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon committed
February 16, 2022
B
bpo-46072: Add detailed failure stats for BINARY_OP (GH-31289)
Brandt Bucher committed
B
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
Brandt Bucher committed
February 14, 2022
M
Add pair counts to stats output and summary. (GH-31324)
Mark Shannon committed