summaryrefslogtreecommitdiffstats
path: root/Python/specialize.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)Ken Jin2021-08-171-10/+180
* bpo-44900: Add five superinstructions. (GH-27741)Mark Shannon2021-08-161-5/+24
* bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)Irit Katriel2021-08-121-6/+6
* Update test__opcode and _Py_GetSpecializationStats with recent specialization...Irit Katriel2021-08-111-0/+1
* Classify specialization failures. Provides more useful stats, with lower over...Mark Shannon2021-08-101-96/+83
* bpo-44826: Specialize STORE_ATTR (GH-27590)Mark Shannon2021-08-091-70/+186
* Add option to write specialization stats to files and script to summarize. (G...Mark Shannon2021-08-041-12/+31
* Minor fixes to specialization stats. (GH-27457)Mark Shannon2021-07-291-5/+8
* bpo-44725 : expose specialization stats in python (GH-27192)Irit Katriel2021-07-291-0/+78
* bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)Irit Katriel2021-07-151-1/+47
* Add file describing how to add or modify specialized families of instructions...Mark Shannon2021-07-011-0/+4
* bpo-44337: Improve LOAD_ATTR specialization (GH-26759)Mark Shannon2021-06-211-72/+176
* Add extra stats for attribute misses (GH-26732)Mark Shannon2021-06-151-2/+85
* bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)Mark Shannon2021-06-141-11/+89
* Add more const modifiers. (GH-26691)Serhiy Storchaka2021-06-121-1/+1
* bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)Mark Shannon2021-06-101-2/+175
* bpo-44187: Quickening infrastructure (GH-26264)Mark Shannon2021-06-071-0/+197