COMMITS
/ Python/specialize.c November 17, 2022
B
GH-99298: Clean up attribute specializations (GH-99398)
Brandt Bucher committed
B
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
Brandt Bucher committed
November 10, 2022
B
GH-99257: Check the owner's type when specializing slots (GH-99258)
Brandt Bucher committed
November 9, 2022
B
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher committed
November 7, 2022
M
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
Mark Shannon committed
November 2, 2022
B
GH-98686: Quicken everything (GH-98687)
Brandt Bucher committed
October 27, 2022
M
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon committed
September 15, 2022
A
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost committed
September 9, 2022
B
GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
Brandt Bucher committed
September 6, 2022
B
GH-93911: Fix `LOAD_ATTR_PROPERTY` caches (GH-96519)
Brandt Bucher committed
September 1, 2022
I
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel committed
August 18, 2022
M
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH-95948)
Matthias Görgens committed
August 17, 2022
K
August 1, 2022
M
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
Mark Shannon committed
July 22, 2022
B
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher committed
July 18, 2022
B
GH-94822: Don't specialize when metaclasses are involved (GH-94892)
Brandt Bucher committed
June 27, 2022
M
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon committed
June 21, 2022
M
GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime. (GH-93843)
Mark Shannon committed
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