COMMITS
/ Python/optimizer.c November 15, 2023
M
GH-111848: Set the IP when de-optimizing (GH-112065)
Mark Shannon committed
November 14, 2023
M
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
Mark Shannon committed
November 9, 2023
M
GH-111843: Tier 2 exponential backoff (GH-111850)
Mark Shannon committed
M
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon committed
November 8, 2023
November 6, 2023
M
GH-111646: Simplify optimizer, by compacting uops when making executor. (GH-111647)
Mark Shannon committed
November 1, 2023
G
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum committed
October 29, 2023
S
GH-111339: Fix initialization and finalization of static optimizer types (GH-111430)
Savannah Ostrowski committed
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
M
GH-111339: Change `valid` property of executors to `is_valid()` method (GH-111350)
Mark Shannon committed
October 24, 2023
B
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
Brandt Bucher committed
October 23, 2023
October 12, 2023
M
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-110755)
Mark Shannon committed
October 5, 2023
M
gh-109329: Add stat for "trace too short" (GH-110402)
Michael Droettboom committed
October 4, 2023
M
GH-109329: Add tier 2 stats (GH-109913)
Michael Droettboom committed
September 13, 2023
B
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
Brandt Bucher committed
September 11, 2023
G
gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)
Guido van Rossum committed
G
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum committed
September 6, 2023
B
GH-104584: Restore frame->stacktop on optimizer error (GH-108953)
Brandt Bucher committed
V
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner committed
September 1, 2023
August 29, 2023
G
gh-107557: Remove unnecessary SAVE_IP instructions (#108583)
Guido van Rossum committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
August 17, 2023
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
August 16, 2023
G
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum committed
August 15, 2023
K
gh-107557: Setup abstract interpretation (#107847)
Ken Jin committed
August 8, 2023
G
gh-107758: Improvements to lltrace feature (#107757)
Guido van Rossum committed
August 5, 2023
I
gh-106608: make uop trace variable length (#107531)
Ivin Lee committed
July 31, 2023
B
GH-104584: Fix incorrect uoperands (GH-107513)
Brandt Bucher committed
July 20, 2023
B
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher committed
July 17, 2023
G
gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
Guido van Rossum committed
G
gh-106529: Generate uops for POP_JUMP_IF_[NOT_]NONE (#106796)
Guido van Rossum committed
July 14, 2023
G
gh-106529: Split FOR_ITER_{LIST,TUPLE} into uops (#106696)
Guido van Rossum committed
July 12, 2023
G
gh-106529: Split FOR_ITER_RANGE into uops (#106638)
Guido van Rossum committed
I
July 11, 2023
G
gh-106529: Implement JUMP_FORWARD in uops (with test) (#106651)
Guido van Rossum committed
I
gh-104584: readability improvements in optimizer.c (#106641)
Irit Katriel committed
G
gh-106529: Support JUMP_BACKWARD in Tier 2 (uops) (#106543)
Guido van Rossum committed
G
gh-106529: Silence compiler warning in jump target patching (#106613)
Guido van Rossum committed
July 10, 2023
G
gh-106529: Implement POP_JUMP_IF_XXX uops (#106551)
Guido van Rossum committed
July 7, 2023
G
gh-104584: Replace ENTER_EXECUTOR with the original in trace projection (#106526)
Guido van Rossum committed
G
gh-104584: Move super-instruction special-casing to generator (#106500)
Guido van Rossum committed
July 6, 2023
G
gh-104584: Handle EXTENDED_ARG in superblock creation (#106489)
Guido van Rossum committed
G
gh-104584: Clean up and fix uops tests and fix crash (#106492)
Guido van Rossum committed
G
gh-104584: Fix error handling from backedge optimization (#106484)
Guido van Rossum committed
July 4, 2023
M
GH-106360: Support very basic superblock introspection (#106422)
Mark Shannon committed
July 3, 2023
G
gh-106290: Fix edge cases around uops (#106319)
Guido van Rossum committed
July 2, 2023
V
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner committed
June 28, 2023
G
gh-104584: Emit macro expansions to opcode_metadata.h (#106163)
Guido van Rossum committed
June 27, 2023
G
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum committed