COMMITS
/ Include/internal/pycore_code.h May 3, 2022
M
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon committed
April 28, 2022
V
gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)
Victor Stinner committed
April 21, 2022
M
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Mark Shannon committed
March 30, 2022
M
Merge deoptimization blocks in interpreter (GH-32155)
Mark Shannon 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 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 4, 2022
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
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 26, 2022
K
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya committed
February 25, 2022
V
bpo-45316: Move private PyCode C API to internal C API (GH-31576)
Victor Stinner committed
B
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher committed
February 23, 2022
B
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
Brandt Bucher committed
February 22, 2022
M
Move call specializations from CALL to PRECALL. (GH-31496)
Mark Shannon committed
February 16, 2022
B
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
Brandt Bucher committed
February 9, 2022
K
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
Kumar Aditya committed
February 2, 2022
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 27, 2022
C
bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)
Christian Heimes committed
K
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya committed
December 17, 2021
M
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon committed
December 15, 2021
M
bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats (GH-30116)
Mark Shannon committed
December 14, 2021
M
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Mark Shannon committed
December 3, 2021
D
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney committed
December 1, 2021
M
bpo-45753: Interpreter internal tweaks (GH-29575)
Mark Shannon committed
November 19, 2021
D
bpo-45609: Specialize STORE_SUBSCR (GH-29242)
Dennis Sweeney committed
November 18, 2021
M
bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (GH-29592)
Mark Shannon committed
November 11, 2021
B
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher committed
October 20, 2021
M
bpo-45527: Don't count cache hits, just misses. (GH-29092)
Mark Shannon committed
M
bpo-44525: Specialize simple Python calls. (GH-29033)
Mark Shannon committed
October 19, 2021
K
bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls (GH-26934)
Ken Jin committed
October 14, 2021
D
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Dennis Sweeney committed
August 27, 2021
M
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon committed
August 17, 2021
August 12, 2021
I
bpo-44890: Fix AMD build error (GH-27740)
Irit Katriel committed
I
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
Irit Katriel committed
August 10, 2021
M
August 9, 2021
M
bpo-44826: Specialize STORE_ATTR (GH-27590)
Mark Shannon committed
August 4, 2021
M
Add option to write specialization stats to files and script to summarize. (GH-27575)
Mark Shannon committed
July 29, 2021
M
Minor fixes to specialization stats. (GH-27457)
Mark Shannon committed
I
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel committed
July 16, 2021
K
Remove legacy opcache structs (GH-27164)
Ken Jin committed
July 15, 2021
I
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel committed