COMMITS
/ Python/specialize.c January 5, 2023
M
GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
Mark Shannon committed
December 23, 2022
December 22, 2022
P
GH-99770: Make the correct call specialization fail kind show up in the stats (GH-99771)
penguin_wwy committed
December 20, 2022
D
gh-100188: Reduce misses in BINARY_SUBSCR_(LIST/TUPLE)_INT (#100189)
Dennis Sweeney committed
December 16, 2022
B
GH-90043: Handle NaNs in COMPARE_OP_FLOAT_JUMP (GH-100278)
Brandt Bucher committed
M
Improve stats presentation for calls. (GH-100274)
Mark Shannon committed
M
Better stats for `LOAD_ATTR` and `STORE_ATTR` (GH-100295)
Mark Shannon committed
December 15, 2022
M
Move stats for the method cache into the `Py_STAT` machinery (GH-100255)
Mark Shannon committed
C
GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)
Carl Meyer committed
December 14, 2022
M
Assorted minor fixes for specialization stats. (GH-100219)
Mark Shannon committed
M
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH-100223)
Mark Shannon committed
December 12, 2022
M
GH-100143: Improve collecting pystats for parts of runs (GH-100144)
Michael Droettboom committed
December 9, 2022
K
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Ken Jin committed
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