-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
tidy up the division of work between compile.c and flowgraph.c #106149
Comments
iritkatriel
added a commit
to iritkatriel/cpython
that referenced
this issue
Jun 27, 2023
iritkatriel
added a commit
to iritkatriel/cpython
that referenced
this issue
Jun 27, 2023
iritkatriel
added a commit
that referenced
this issue
Jun 27, 2023
iritkatriel
added a commit
to iritkatriel/cpython
that referenced
this issue
Jun 30, 2023
…timizer to assembler
iritkatriel
added a commit
that referenced
this issue
Jul 1, 2023
iritkatriel
changed the title
Move jump resolution from optimizer to assembler
tidy up the division of work between compile.c and flowgraph.c
Jul 24, 2023
iritkatriel
added a commit
that referenced
this issue
Jul 24, 2023
iritkatriel
added a commit
to iritkatriel/cpython
that referenced
this issue
Jul 25, 2023
iritkatriel
added a commit
that referenced
this issue
Jul 26, 2023
iritkatriel
added a commit
to iritkatriel/cpython
that referenced
this issue
Jul 26, 2023
iritkatriel
added a commit
that referenced
this issue
Jul 26, 2023
jtcave
pushed a commit
to jtcave/cpython
that referenced
this issue
Jul 27, 2023
jtcave
pushed a commit
to jtcave/cpython
that referenced
this issue
Jul 27, 2023
jtcave
pushed a commit
to jtcave/cpython
that referenced
this issue
Jul 27, 2023
iritkatriel
added a commit
that referenced
this issue
Aug 10, 2023
…them as opaque types in compile.c (#107639)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the split of the compiler into 3 parts in #87092, the resolution of jump targets is still in the optimizer, but it should move to the assembler.
There are also a few operations in compile.c that could move into the optimizer.
Linked PRs
The text was updated successfully, but these errors were encountered: