-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-93678: refactor compiler so that optimizer does not need the assembler and compiler structs #93842
Merged
iritkatriel
merged 16 commits into
python:main
from
iritkatriel:reduce_dependencty_on_compiler
Jun 21, 2022
Merged
GH-93678: refactor compiler so that optimizer does not need the assembler and compiler structs #93842
iritkatriel
merged 16 commits into
python:main
from
iritkatriel:reduce_dependencty_on_compiler
Jun 21, 2022
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6d38e85 - Browse repository at this point
Copy the full SHA 6d38e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0be36 - Browse repository at this point
Copy the full SHA db0be36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82be9a5 - Browse repository at this point
Copy the full SHA 82be9a5View commit details -
Create struct assember just before assemble_emit. The other optimizer…
… functions only use the a_entry field which they can get directly
Configuration menu - View commit details
-
Copy full SHA for a2da370 - Browse repository at this point
Copy the full SHA a2da370View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26a2bb - Browse repository at this point
Copy the full SHA c26a2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d2410 - Browse repository at this point
Copy the full SHA 36d2410View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f06d70 - Browse repository at this point
Copy the full SHA 7f06d70View commit details
Commits on Jun 15, 2022
-
push_cold_blocks_to_end and duplicate_exits_without_lineno do not nee…
…d the compiler - insert new blocks as b_list successor of the curent block rather than at the head of the list
Configuration menu - View commit details
-
Copy full SHA for 5cd8fc9 - Browse repository at this point
Copy the full SHA 5cd8fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e9f7c - Browse repository at this point
Copy the full SHA b1e9f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f58d1 - Browse repository at this point
Copy the full SHA b5f58d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a125e - Browse repository at this point
Copy the full SHA c4a125eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f03c0 - Browse repository at this point
Copy the full SHA 39f03c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c233570 - Browse repository at this point
Copy the full SHA c233570View commit details
Commits on Jun 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 482742a - Browse repository at this point
Copy the full SHA 482742aView commit details
Commits on Jun 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 28ba5d9 - Browse repository at this point
Copy the full SHA 28ba5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b78f7 - Browse repository at this point
Copy the full SHA 51b78f7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.