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
Type
/
to 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.1k
Star
74.2k
Code
Issues
5k+
Pull requests
2.4k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-112287: Speed up Tier 2 (uop) interpreter a little
- #112286
#112286
Merged
gvanrossum
merged 25 commits into
python:main
python/cpython:main
from
gvanrossum:faster-uops
gvanrossum/cpython:faster-uops
Copy head branch name to clipboard
Nov 20, 2023
Conversation
Commits
25
(25)
Checks
Files changed
Merged
gh-112287: Speed up Tier 2 (uop) interpreter a little
#112286
gvanrossum
merged 25 commits into
python:main
python/cpython:main
from
gvanrossum:faster-uops
gvanrossum/cpython:faster-uops
Copy head branch name to clipboard
Commits
Commits on Nov 15, 2023
Add executor_cases.c.h dependency for ceval.o
gvanrossum
committed
a08909d
View commit details
Copy full SHA for a08909d
Browse repository at this point
Clean up flags.py
gvanrossum
committed
4c2914b
View commit details
Copy full SHA for 4c2914b
Browse repository at this point
Clean up parsing.py
gvanrossum
committed
053a0a2
View commit details
Copy full SHA for 053a0a2
Browse repository at this point
Add back printing optimized uops
gvanrossum
committed
b838435
View commit details
Copy full SHA for b838435
Browse repository at this point
Hacky way to make FOR_ITER a viable uop
gvanrossum
committed
b28effa
View commit details
Copy full SHA for b28effa
Browse repository at this point
Commits on Nov 16, 2023
_SPECIALIZE_UNPACK_SEQUENCE is TIER_ONE_ONLY
gvanrossum
committed
de8f199
View commit details
Copy full SHA for de8f199
Browse repository at this point
NEWS
gvanrossum
committed
5c5d8bd
View commit details
Copy full SHA for 5c5d8bd
Browse repository at this point
Double max trace length to 256
gvanrossum
committed
36e9ada
View commit details
Copy full SHA for 36e9ada
Browse repository at this point
Move stuff around to suit the JIT branch
gvanrossum
committed
def1830
View commit details
Copy full SHA for def1830
Browse repository at this point
Commits on Nov 17, 2023
Merge remote-tracking branch 'origin/main' into for-iter-uop
gvanrossum
committed
ce19637
View commit details
Copy full SHA for ce19637
Browse repository at this point
Clean up _FOR_ITER_TIER_TWO using DEOPT_IF(true)
gvanrossum
committed
7096818
View commit details
Copy full SHA for 7096818
Browse repository at this point
Add test
gvanrossum
committed
5852105
View commit details
Copy full SHA for 5852105
Browse repository at this point
Revert debug change to is_viable_uop()
gvanrossum
committed
4ac68b3
View commit details
Copy full SHA for 4ac68b3
Browse repository at this point
Avoid debug-only local variable 'word'
gvanrossum
committed
95b1a01
View commit details
Copy full SHA for 95b1a01
Browse repository at this point
Revert changes to _EXIT_TRACE logic
gvanrossum
committed
4c72028
View commit details
Copy full SHA for 4c72028
Browse repository at this point
Merge remote-tracking branch 'origin/main' into for-iter-uop
gvanrossum
committed
14aea56
View commit details
Copy full SHA for 14aea56
Browse repository at this point
Commits on Nov 18, 2023
Merge branch 'main' into for-iter-uop
gvanrossum
committed
88c1701
View commit details
Copy full SHA for 88c1701
Browse repository at this point
Commits on Nov 19, 2023
Double max trace length to 512
gvanrossum
committed
3f0df1a
View commit details
Copy full SHA for 3f0df1a
Browse repository at this point
Faster uops: do away with 'operand' variable
Show description for b11b8ea
gvanrossum
committed
b11b8ea
View commit details
Copy full SHA for b11b8ea
Browse repository at this point
Do the same for 'oparg' -- another 4% speedup
gvanrossum
committed
a2c4f00
View commit details
Copy full SHA for a2c4f00
Browse repository at this point
Commits on Nov 20, 2023
Use CURRENT_OPARG() and CURRENT_OPERAND() macros
Show description for ddba5ed
gvanrossum
committed
ddba5ed
View commit details
Copy full SHA for ddba5ed
Browse repository at this point
(Theoretically) improve 'Unknown uop' message
gvanrossum
committed
0fae4e6
View commit details
Copy full SHA for 0fae4e6
Browse repository at this point
Merge branch 'main' into faster-uops
gvanrossum
committed
9ea707b
View commit details
Copy full SHA for 9ea707b
Browse repository at this point
Add news
gvanrossum
committed
7c1f6d4
View commit details
Copy full SHA for 7c1f6d4
Browse repository at this point
Fix backticks (as always)
gvanrossum
committed
1d1f146
View commit details
Copy full SHA for 1d1f146
Browse repository at this point
You can’t perform that action at this time.