Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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.2k
Star
74.3k
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
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD
- #32115
#32115
Merged
markshannon
merged 14 commits into
python:main
python/cpython:main
from
iritkatriel:jump_back
iritkatriel/cpython:jump_back
Copy head branch name to clipboard
Mar 31, 2022
Conversation
Commits
14
(14)
Checks
Files changed
Merged
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD
#32115
markshannon
merged 14 commits into
python:main
python/cpython:main
from
iritkatriel:jump_back
iritkatriel/cpython:jump_back
Copy head branch name to clipboard
Commits
Commits on Mar 25, 2022
bpo-47120: add the JUMP_BACKWARD opcode
iritkatriel
committed
2ad036e
View commit details
Copy full SHA for 2ad036e
Browse repository at this point
need eval breaker for JUMP_BACKWARD
iritkatriel
committed
61b8c3f
View commit details
Copy full SHA for 61b8c3f
Browse repository at this point
remove JUMP_ABSOLUTE* opcodes and add virtual opcode JUMP
iritkatriel
committed
dfe2476
View commit details
Copy full SHA for dfe2476
Browse repository at this point
codegen emits JUMP instead of JUMP_FORWARD
iritkatriel
committed
c75cbcb
View commit details
Copy full SHA for c75cbcb
Browse repository at this point
update whatsnew
iritkatriel
committed
e28e93b
View commit details
Copy full SHA for e28e93b
Browse repository at this point
add news
iritkatriel
committed
f3c65cb
View commit details
Copy full SHA for f3c65cb
Browse repository at this point
Commits on Mar 28, 2022
Merge remote-tracking branch 'upstream/main' into jump_back
iritkatriel
committed
41277cf
View commit details
Copy full SHA for 41277cf
Browse repository at this point
update comment
iritkatriel
committed
c75fde8
View commit details
Copy full SHA for c75fde8
Browse repository at this point
regen
iritkatriel
committed
5a36560
View commit details
Copy full SHA for 5a36560
Browse repository at this point
Commits on Mar 29, 2022
Merge branch 'main' into jump_back
iritkatriel
authored
be5bdae
View commit details
Copy full SHA for be5bdae
Browse repository at this point
Commits on Mar 30, 2022
Merge remote-tracking branch 'upstream/main' into jump_back
iritkatriel
committed
b936efc
View commit details
Copy full SHA for b936efc
Browse repository at this point
put back quickening for backwards jumps
iritkatriel
committed
e9f4e64
View commit details
Copy full SHA for e9f4e64
Browse repository at this point
Commits on Mar 31, 2022
predict JUMP_BACKWARD_QUICK instead of JUMP_BACKWARD
iritkatriel
committed
bbf005e
View commit details
Copy full SHA for bbf005e
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into jump_back
iritkatriel
committed
9897d32
View commit details
Copy full SHA for 9897d32
Browse repository at this point
You can’t perform that action at this time.