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
*
GH-111772: Specialize slot loads and stores for `_Py_T_OBJECT` (GH-111773)
Mark Shannon
2023-11-06
1
-3/+3
*
gh-109329: Count tier2 opcode misses (#110561)
Michael Droettboom
2023-10-31
1
-0/+3
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-1/+1
*
gh-111354: define names for RESUME oparg values (#111365)
Irit Katriel
2023-10-26
1
-1/+2
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
1
-2/+1
*
GH-111213: Fix a few broken stats (GH-111216)
Mark Shannon
2023-10-26
1
-1/+1
*
gh-109329: Add stat for "trace too short" (GH-110402)
Michael Droettboom
2023-10-05
1
-0/+1
*
GH-109329: Add tier 2 stats (GH-109913)
Michael Droettboom
2023-10-04
1
-4/+50
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
1
-56/+26
*
GH-109330: Dump and compare stats using opcode names, not numbers (GH-109335)
Michael Droettboom
2023-09-12
1
-8/+8
*
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum
2023-09-11
1
-3/+17
*
gh-108753: _Py_PrintSpecializationStats() uses Py_hexdigits (#109040)
Victor Stinner
2023-09-07
1
-2/+2
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
1
-32/+66
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
1
-3/+3
*
gh-108488: Initialize JUMP_BACKWARD cache to 0, not 17 (#108591)
Guido van Rossum
2023-08-29
1
-1/+3
*
gh-107265: Revert "Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR" (#1...
Dong-hee Na
2023-08-25
1
-2/+0
*
gh-107265: Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR (gh-108460)
Dong-hee Na
2023-08-24
1
-0/+2
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
1
-1/+4
*
GH-106485: Dematerialize instance dictionaries when possible (GH-106539)
Brandt Bucher
2023-08-09
1
-5/+14
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
1
-0/+8
*
GH-107596: Specialize str[int] (GH-107597)
Brandt Bucher
2023-08-08
1
-11/+14
*
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon
2023-08-04
1
-1/+17
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-6/+6
*
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
Victor Stinner
2023-07-22
1
-2/+2
*
GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)
Mark Shannon
2023-07-10
1
-13/+22
*
gh-106320: Fix specialize.c compilation by including pycore_pylifecycle.h (#1...
Guido van Rossum
2023-07-04
1
-0/+1
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
1
-3/+110
*
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
1
-0/+4
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
1
-5/+94
*
GH-105840: Fix assertion failures when specializing calls with too many __def...
Brandt Bucher
2023-06-16
1
-2/+2
*
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
Mark Shannon
2023-06-08
1
-10/+0
*
GH-105229: Replace some superinstructions with single instruction equivalent....
Mark Shannon
2023-06-05
1
-11/+1
*
GH-104405: Add missing PEP 523 checks (GH-104406)
Brandt Bucher
2023-05-12
1
-0/+22
*
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer
2023-05-11
1
-28/+5
*
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin_wwy
2023-05-10
1
-41/+45
*
gh-104184: fix building --with-pydebug --enable-pystats (#104217)
Carl Meyer
2023-05-09
1
-1/+1
*
GH-103082: Code cleanup in instrumentation code (#103474)
Mark Shannon
2023-04-29
1
-1/+1
*
gh-103978: avoid using 'class' as an identifier (#103979)
Carl Meyer
2023-04-28
1
-3/+3
*
gh-103879: Fix refleak in super specialization (#103882)
Jelle Zijlstra
2023-04-26
1
-0/+2
*
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
Carl Meyer
2023-04-25
1
-0/+55
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-2/+6
*
GH-88691: Shrink the CALL caches (GH-103230)
Brandt Bucher
2023-04-05
1
-5/+0
*
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher
2023-03-29
1
-8/+8
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
1
-60/+32
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
1
-4/+4
*
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher
2023-03-11
1
-2/+10
*
gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)
Eric Snow
2023-03-09
1
-5/+11
*
GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrum...
Mark Shannon
2023-02-22
1
-3/+1
*
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower
2023-02-20
1
-86/+86
*
GH-87849: Simplify stack effect of SEND and specialize it for generators and ...
Mark Shannon
2023-02-13
1
-1/+24
[next]