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 }}
devdanzin
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
optimizer.c
on
test_python_basic_repl
User selector
All users
All time
Commit history
Commits on Jun 24, 2024
GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854)
brandtbucher
authored
a47abdb
View commit details
Copy full SHA for a47abdb
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Show description for 274f844
markshannon
authored
274f844
View commit details
Copy full SHA for 274f844
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
Fix typos in documentation and comments (#119763)
xyb
authored
9e05261
View commit details
Copy full SHA for 9e05261
View code at this point
Browse repository at this point
Commits on May 21, 2024
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
vstinner
authored
f6da790
View commit details
Copy full SHA for f6da790
View code at this point
Browse repository at this point
Commits on May 10, 2024
gh-118771: Ensure names defined in optimizer.h start with Py/_Py (GH-118825)
encukou
authored
941eea0
View commit details
Copy full SHA for 941eea0
View code at this point
Browse repository at this point
Commits on May 4, 2024
GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 support of calls. (GH-118322)
Show description for 1ab6356
markshannon
authored
1ab6356
View commit details
Copy full SHA for 1ab6356
View code at this point
Browse repository at this point
GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)
markshannon
authored
da2cfc4
View commit details
Copy full SHA for da2cfc4
View code at this point
Browse repository at this point
Commits on May 2, 2024
GH-118095: Unify the behavior of tier 2 FOR_ITER branch micro-ops (GH-118420)
Show description for 72867c9
markshannon
authored
72867c9
View commit details
Copy full SHA for 72867c9
View code at this point
Browse repository at this point
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-118482)
markshannon
authored
67bba9d
View commit details
Copy full SHA for 67bba9d
View code at this point
Browse repository at this point
Commits on May 1, 2024
GH-115802: Use the GHC calling convention in JIT code (GH-118287)
brandtbucher
authored
49baa65
View commit details
Copy full SHA for 49baa65
View code at this point
Browse repository at this point
gh-117958: Expose JIT code via method in UOpExecutor (#117959)
tonybaloney
authored
beb653c
View commit details
Copy full SHA for beb653c
View code at this point
Browse repository at this point
GH-118095: Make invalidating and clearing executors memory safe (GH-118459)
markshannon
authored
f6fab21
View commit details
Copy full SHA for f6fab21
View code at this point
Browse repository at this point
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Show description for 7d83f7b
gvanrossum
authored
7d83f7b
View commit details
Copy full SHA for 7d83f7b
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
markshannon
authored
5b05d45
View commit details
Copy full SHA for 5b05d45
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)
markshannon
authored
ab6eda0
View commit details
Copy full SHA for ab6eda0
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-118279)
markshannon
authored
3e06c7f
View commit details
Copy full SHA for 3e06c7f
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
markshannon
authored
f180b31
View commit details
Copy full SHA for f180b31
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)
markshannon
authored
83235f7
View commit details
Copy full SHA for 83235f7
View code at this point
Browse repository at this point
GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)
Show description for 77cd042
markshannon
authored
77cd042
View commit details
Copy full SHA for 77cd042
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
gh-118074: Immortal executors are not GC-able (#118182)
Show description for 7e87d30
gvanrossum
authored
7e87d30
View commit details
Copy full SHA for 7e87d30
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
GH-118074: Executors in the COLD_EXITS array are not GC'able (#118117)
gvanrossum
authored
1b85b34
View commit details
Copy full SHA for 1b85b34
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)
markshannon
authored
7e6fa5f
View commit details
Copy full SHA for 7e6fa5f
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
gh-116968: Reimplement Tier 2 counters (#117144)
Show description for 060a96f
gvanrossum
authored
060a96f
View commit details
Copy full SHA for 060a96f
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
GH-116422: Tier2 hot/cold splitting (GH-116813)
Show description for bf82f77
markshannon
authored
bf82f77
View commit details
Copy full SHA for bf82f77
View code at this point
Browse repository at this point
Commits on Mar 23, 2024
gh-117180: Complete call sequence when trace stack overflow (GH-117184)
Show description for 6c83352
3 people
authored
6c83352
View commit details
Copy full SHA for 6c83352
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
gh-117045: Add code object to function version cache (#117028)
Show description for 570a82d
gvanrossum
authored
570a82d
View commit details
Copy full SHA for 570a82d
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
GH-108362: Incremental Cycle GC (GH-116206)
markshannon
authored
1530932
View commit details
Copy full SHA for 1530932
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
gh-116808: Fix optimized trace length histogram (GH-116827)
mdboom
authored
0f27801
View commit details
Copy full SHA for 0f27801
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
Cleanup tier2 debug output (#116920)
Show description for 76d0868
gvanrossum
authored
76d0868
View commit details
Copy full SHA for 76d0868
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
gh-116760: Fix pystats for trace attempts (GH-116761)
Show description for cef0ec1
mdboom
authored
cef0ec1
View commit details
Copy full SHA for cef0ec1
View code at this point
Browse repository at this point
Commits on Mar 11, 2024
GH-116596: Better determination of escaping uops. (GH-116597)
markshannon
authored
b6ae6da
View commit details
Copy full SHA for b6ae6da
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
Fix debug output for optimized executor (#116337)
Show description for d444dec
gvanrossum
authored
d444dec
View commit details
Copy full SHA for d444dec
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Show description for 3409bc2
gvanrossum
authored
3409bc2
View commit details
Copy full SHA for 3409bc2
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
gh-115168: Add pystats counter for invalidated executors (GH-115169)
mdboom
authored
b05afdd
View commit details
Copy full SHA for b05afdd
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
gh-115727: Reduce confidence even on 100% predicted jumps (#115748)
Show description for 4ee6bdf
gvanrossum
authored
4ee6bdf
View commit details
Copy full SHA for 4ee6bdf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.