index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
flowgraph.c
Commit message (
Collapse
)
Author
Age
...
*
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
Mark Shannon
2023-06-08
|
|
|
|
* Remove LOAD_CONST__LOAD_FAST and LOAD_FAST__LOAD_CONST superinstructions.
*
gh-104635: Eliminate redundant STORE_FAST instructions in the compiler ↵
Dong-hee Na
2023-06-08
|
|
|
|
(gh-105320)
*
GH-105229: Replace some superinstructions with single instruction ↵
Mark Shannon
2023-06-05
|
|
|
|
equivalent. (GH-105230)
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
|
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
|
|
|
|
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
*
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel
2023-05-01
|
*
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
Irit Katriel
2023-04-29
|
*
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
Irit Katriel
2023-04-11
|
*
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel
2023-04-11
|
*
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel
2023-03-31
[prev]