COMMITS
/ Python/specialize.c December 9, 2021
B
bpo-45510: Check both types when specializing subtraction (GH-29995)
Brandt Bucher committed
December 7, 2021
December 3, 2021
D
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney committed
November 23, 2021
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
D
bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
Dong-hee Na committed
November 15, 2021
B
bpo-45636: Remove the old %-formatting fast-path (GH-29532)
Brandt Bucher 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 18, 2021
D
bpo-45434: Include stdlib.h for specialize stat (GH-29015)
Dong-hee Na committed
October 14, 2021
D
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Dennis Sweeney committed
October 13, 2021
M
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon committed
October 6, 2021
C
Fix typos in the Python directory (GH-28767)
Christian Clauss committed
September 17, 2021
M
bpo-45219: Factor dictkey indexing (GH-28389)
Mark Shannon committed
K
K
bpo-45203: fix compiler warnings (GH-28357)
Ken Jin committed
September 15, 2021
M
bpo-45203: Cleanup stats gathering code for LOAD_METHOD (GH-28352)
Mark Shannon committed
August 27, 2021
M
Refine specialization stats (GH-27992)
Mark Shannon committed
M
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon committed
August 17, 2021
August 16, 2021
M
bpo-44900: Add five superinstructions. (GH-27741)
Mark Shannon committed
August 12, 2021
I
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
Irit Katriel committed
August 11, 2021
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 15, 2021
I
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel committed
July 1, 2021
M
Add file describing how to add or modify specialized families of instructions. (GH-26954)
Mark Shannon committed
June 21, 2021
M
bpo-44337: Improve LOAD_ATTR specialization (GH-26759)
Mark Shannon committed
June 15, 2021
M
Add extra stats for attribute misses (GH-26732)
Mark Shannon committed
June 14, 2021
M
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Mark Shannon committed
June 12, 2021
S
Add more const modifiers. (GH-26691)
Serhiy Storchaka committed
June 10, 2021
M
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon committed
June 7, 2021
M
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon committed