index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
specialize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)
Ken Jin
2021-08-17
1
-10/+180
*
bpo-44900: Add five superinstructions. (GH-27741)
Mark Shannon
2021-08-16
1
-5/+24
*
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
Irit Katriel
2021-08-12
1
-6/+6
*
Update test__opcode and _Py_GetSpecializationStats with recent specialization...
Irit Katriel
2021-08-11
1
-0/+1
*
Classify specialization failures. Provides more useful stats, with lower over...
Mark Shannon
2021-08-10
1
-96/+83
*
bpo-44826: Specialize STORE_ATTR (GH-27590)
Mark Shannon
2021-08-09
1
-70/+186
*
Add option to write specialization stats to files and script to summarize. (G...
Mark Shannon
2021-08-04
1
-12/+31
*
Minor fixes to specialization stats. (GH-27457)
Mark Shannon
2021-07-29
1
-5/+8
*
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel
2021-07-29
1
-0/+78
*
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel
2021-07-15
1
-1/+47
*
Add file describing how to add or modify specialized families of instructions...
Mark Shannon
2021-07-01
1
-0/+4
*
bpo-44337: Improve LOAD_ATTR specialization (GH-26759)
Mark Shannon
2021-06-21
1
-72/+176
*
Add extra stats for attribute misses (GH-26732)
Mark Shannon
2021-06-15
1
-2/+85
*
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Mark Shannon
2021-06-14
1
-11/+89
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
1
-1/+1
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
1
-2/+175
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
1
-0/+197