COMMITS
/ Python/specialize.c 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
M
Include length in stats for UNPACK_SEQUENCE. (GH-31254)
Mark Shannon committed
February 11, 2022
V
bpo-45490: Rename static inline functions (GH-31217)
Victor Stinner committed
February 10, 2022
B
bpo-45923: Add `RESUME_QUICK` (GH-31244)
Brandt Bucher committed
M
Gather stats for PRECALL_METHOD. (GH-31259)
Mark Shannon committed
M
Add stats for PRECALL_FUNCTION. (GH-31250)
Mark Shannon committed
February 9, 2022
M
bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)
Mark Shannon committed
February 8, 2022
February 7, 2022
M
bpo-46072: Improve LOAD_METHOD stats (GH-31104)
Mark Shannon committed
February 4, 2022
M
Add miss stats for specialized instructions. (GH-31108)
Mark Shannon committed
February 3, 2022
M
Collect stats for UNPACK_SEQUENCE. (GH-31105)
Mark Shannon committed
D
bpo-45885: Add more stats for COMPARE_OP in specialize.c (GH-31040)
Dennis Sweeney committed
February 2, 2022
M
Add specialization stats for FOR_ITER. (GH-31079)
Mark Shannon committed
M
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon committed
February 1, 2022
M
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon committed
January 28, 2022
M
bpo-46072: Add simple stats for Python calls. (GH-30989)
Mark Shannon committed
M
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon committed
January 23, 2022
K
bpo-46486: Fixed misspelled name DesciptorClassification
Kumar Aditya committed
January 21, 2022
V
bpo-46417: Use _PyType_CAST() in Python directory (GH-30769)
Victor Stinner committed
January 20, 2022
M
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon committed
January 17, 2022
K
bpo-46405: fix msvc compiler warnings (GH-30627)
Kumar Aditya committed
January 4, 2022
D
bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)
Dennis Sweeney committed
December 17, 2021
M
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon committed
December 16, 2021
M
Better randomization of stats filenames. (GH-30145)
Mark Shannon committed
B
bpo-45829: Check `__getitem__`'s version for overflow before specializing (GH-30129)
Brandt Bucher committed