COMMITS
/ Python/ceval_macros.h November 20, 2023
G
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum committed
November 1, 2023
G
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum committed
October 31, 2023
M
GH-111485: Increment `next_instr` consistently at the start of the instruction. (GH-111486)
Mark Shannon committed
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
October 12, 2023
M
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-110755)
Mark Shannon committed
October 4, 2023
M
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
Mark Shannon committed
September 13, 2023
B
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher committed
September 7, 2023
M
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon committed
September 6, 2023
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
August 31, 2023
August 17, 2023
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
M
August 16, 2023
G
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum committed
July 20, 2023
B
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher committed
July 18, 2023
I
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
Irit Katriel committed
July 17, 2023
G
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum committed
July 3, 2023
M
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon committed
June 27, 2023
G
gh-104584: Change DEOPT_IF in uops executor (#106146)
Guido van Rossum committed
G
gh-104584: Fix assert in DEOPT macro -- should fix buildbot (#106131)
Guido van Rossum committed
G
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum committed
June 14, 2023
I
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel committed
June 13, 2023
June 7, 2023
M
GH-104610: Remove the use of `PREDICT` macros. (GH-104651)
Mark Shannon committed
June 2, 2023
M
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon committed
May 18, 2023
M
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon committed
May 12, 2023
B
GH-104405: Add missing PEP 523 checks (GH-104406)
Brandt Bucher committed
M
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
Mark Shannon committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
March 18, 2023
G
gh-101975: Fixed a potential SegFault on garbage collection (GH-102803)
gaogaotiantian committed
March 13, 2023
M
GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. (GH-102301)
Mark Shannon committed
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
February 8, 2023
G
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum committed
January 18, 2023
G
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
Guido van Rossum committed