COMMITS
/ Python/ceval.c August 30, 2021
D
bpo-45045: Optimize mapping patterns of structural pattern matching (GH-28043)
Dong-hee Na committed
August 27, 2021
M
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon committed
August 25, 2021
M
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
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
M
bpo-44878: Remove loop from interpreter. All dispatching is done by gotos. (GH-27727)
Mark Shannon committed
August 11, 2021
M
M
bpo-44878: _PyEval_EvalFrameDefault readability improvements (GH-27725)
Mark Shannon committed
M
Add missing DISPATCH() (GH-27715)
Mark Shannon committed
August 10, 2021
M
Fix stats for STORE_ATTR specialization. (GH-27708)
Mark Shannon committed
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
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
July 19, 2021
M
bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216)
Mark Shannon committed
July 16, 2021
P
Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)" (#27194)
Pablo Galindo Salgado committed
M
bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)
Mark Shannon committed
July 15, 2021
P
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
Pablo Galindo Salgado committed
I
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel committed
July 8, 2021
M
bpo-44570: Fix line tracing for forwards jumps to duplicated tails (GH-27068)
Mark Shannon committed
M
bpo-44581: Don't execute quickened instructions if tracing is on (GH-27064)
Mark Shannon committed
July 7, 2021
G
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta committed
June 29, 2021
S
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-26809)
Serhiy Storchaka committed
June 23, 2021
M
bpo-44486: Make sure that modules always have a dictionary. (GH-26847)
Mark Shannon committed
June 21, 2021
P
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
Pablo Galindo committed
M
bpo-44337: Improve LOAD_ATTR specialization (GH-26759)
Mark Shannon committed
June 18, 2021
M
bpo-44032: Move pointer to code object from frame-object to frame specials array. (GH-26771)
Mark Shannon committed
June 15, 2021
E
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow committed
June 14, 2021
M
Remove accidentally duplicated STAT_INC (GH-26718)
Mark Shannon committed
M
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Mark Shannon committed
June 10, 2021
M
bpo-44348: Move trace-info to thread-state (GH-26623)
Mark Shannon committed
M
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon committed
June 8, 2021
E
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow committed
June 7, 2021
E
E
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow committed
M
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon committed
June 4, 2021
P
M
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon committed
June 3, 2021
June 2, 2021
I
bpo-17792: more accurate error message for unbound variable access exceptions (GH-24976)
Irit Katriel committed
May 26, 2021
E
bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
Eric Snow committed
May 21, 2021
M
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon committed
May 19, 2021
P
Remove unused function in ceval.c (GH-26246)
Pablo Galindo committed
May 15, 2021
May 12, 2021
M
Remove PyTryblock struct (GH-26059)
Mark Shannon committed
May 10, 2021
D
Prevent access outside buffer (GH-26012)
Dennis Sweeney committed
May 7, 2021
M
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon committed
May 2, 2021
B
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher committed