-
-
Notifications
You must be signed in to change notification settings - Fork 863
bpo-42349: Clarify basicblocks and give some examples #714
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
Conversation
It looks like @brettcannon wrote this doc originally. The compiler implementation details used to allow multiple exits per basic block, but that is "incorrect" for the common definition of basic block, and it was changed in that issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I simply made comment about the markup, did not really review the changed text thoroughly.
I was also wondering if the examples could be something more concrete than f1 or a, b, but I don't have better suggestion. Just a thought.
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
This follows dicucssion here: https://bugs.python.org/issue42349