FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-42246: Eliminate jumps to exit blocks by copying those blocks. by markshannon · Pull Request #23251 · 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.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-42246: Eliminate jumps to exit blocks by copying those blocks.
- #23251
#23251
Merged
markshannon
merged 5 commits into
python:master
python/cpython:master
from
markshannon:compiler-eliminate-jump-to-exits
markshannon/cpython:compiler-eliminate-jump-to-exits
Copy head branch name to clipboard
Nov 12, 2020
Conversation
Commits
5
(5)
Checks
Files changed
Merged
bpo-42246: Eliminate jumps to exit blocks by copying those blocks.
#23251
markshannon
merged 5 commits into
python:master
python/cpython:master
from
markshannon:compiler-eliminate-jump-to-exits
markshannon/cpython:compiler-eliminate-jump-to-exits
Copy head branch name to clipboard
Commits
Commits on Nov 12, 2020
Leave b_next pointer, mark basic blocks as exit and/or no fallthrough.
markshannon
committed
ed97b68
View commit details
Copy full SHA for ed97b68
Browse repository at this point
Remove redundant array from assembler.
markshannon
committed
4b470d9
View commit details
Copy full SHA for 4b470d9
Browse repository at this point
Compiler: eliminate jumps to short exit blocks by copying.
markshannon
committed
a861abc
View commit details
Copy full SHA for a861abc
Browse repository at this point
Fix up dis test.
markshannon
committed
3f021fa
View commit details
Copy full SHA for 3f021fa
Browse repository at this point
Update importlib.
markshannon
committed
0d2af11
View commit details
Copy full SHA for 0d2af11
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL