FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct by iritkatriel · Pull Request #102562 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct
- #102562
#102562
Merged
iritkatriel
merged 10 commits into
python:main
python/cpython:main
from
iritkatriel:decouple_assembler
iritkatriel/cpython:decouple_assembler
Copy head branch name to clipboard
Mar 13, 2023
Conversation
Commits
10
(10)
Checks
Files changed
Merged
gh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct
#102562
iritkatriel
merged 10 commits into
python:main
python/cpython:main
from
iritkatriel:decouple_assembler
iritkatriel/cpython:decouple_assembler
Copy head branch name to clipboard
Commits
Commits on Mar 8, 2023
remove compiler as arg from some codegen functions
iritkatriel
committed
8b71935
View commit details
Copy full SHA for 8b71935
Browse repository at this point
prepare_localsplus doesn't need the whole compiler struct
iritkatriel
committed
ed9c7d2
View commit details
Copy full SHA for ed9c7d2
Browse repository at this point
don't pass compiler around so much in assembler stage
iritkatriel
committed
1232d41
View commit details
Copy full SHA for 1232d41
Browse repository at this point
Commits on Mar 9, 2023
extract optimize_code_unit() out of assemble()
iritkatriel
committed
dbf22d1
View commit details
Copy full SHA for dbf22d1
Browse repository at this point
_PyCompile_CodeGen doesn't need to construct a cfg
iritkatriel
committed
db4b2b8
View commit details
Copy full SHA for db4b2b8
Browse repository at this point
refactor optimize_code_unit further
iritkatriel
committed
9071570
View commit details
Copy full SHA for 9071570
Browse repository at this point
unit tests run all of the optimization stage, not just optimize_cfg
iritkatriel
committed
4e7857f
View commit details
Copy full SHA for 4e7857f
Browse repository at this point
Commits on Mar 10, 2023
break up assemble() some more
iritkatriel
committed
d0166c4
View commit details
Copy full SHA for d0166c4
Browse repository at this point
remove obsolete comment
iritkatriel
committed
c9fc294
View commit details
Copy full SHA for c9fc294
Browse repository at this point
tidy up the no-arg representation in unit test instruction sequences
iritkatriel
committed
0f198b6
View commit details
Copy full SHA for 0f198b6
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL