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
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
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_analysis.c
on
stackref-not-null
User selector
All users
All time
Commit history
Commits on Oct 2, 2024
gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)
Show description for b84a763
Fidget-Spinner
authored
b84a763
View commit details
Copy full SHA for b84a763
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
colesbury
authored
5aa91c5
View commit details
Copy full SHA for 5aa91c5
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Show description for f4997bb
colesbury
authored
f4997bb
View commit details
Copy full SHA for f4997bb
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)
markshannon
authored
df13a18
View commit details
Copy full SHA for df13a18
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Show description for 9e4a81f
vstinner
authored
9e4a81f
View commit details
Copy full SHA for 9e4a81f
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
markshannon
authored
8f5a017
View commit details
Copy full SHA for 8f5a017
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 8, 2024
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Show description for 55402d3
5 people
authored
55402d3
View commit details
Copy full SHA for 55402d3
View code at this point
Browse repository at this point
Commits on May 10, 2024
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
markshannon
authored
f5c6b99
View commit details
Copy full SHA for f5c6b99
View code at this point
Browse repository at this point
Commits on May 1, 2024
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 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
Commits on Apr 22, 2024
GH-115480: Reduce guard strength for binary ops when type of one operand is known already (GH-118050)
markshannon
authored
a6647d1
View commit details
Copy full SHA for a6647d1
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
GH-115419: Improve list of escaping functions (GH-118054)
markshannon
authored
d3bd6b5
View commit details
Copy full SHA for d3bd6b5
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-117997)
markshannon
authored
e32f6e9
View commit details
Copy full SHA for e32f6e9
View code at this point
Browse repository at this point
Commits on Apr 3, 2024
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Show description for 1c43468
lazorchakp
authored
1c43468
View commit details
Copy full SHA for 1c43468
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 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
gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)
mdboom
authored
50369e6
View commit details
Copy full SHA for 50369e6
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
GH-117066: Tier 2 optimizer: Don't throw away good traces if we can't optimize them perfectly. (GH-117067)
markshannon
authored
63289b9
View commit details
Copy full SHA for 63289b9
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 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 8, 2024
GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-116460)
markshannon
authored
0003285
View commit details
Copy full SHA for 0003285
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
GH-113710: Tier 2 optimizer: check the function instead of checking globals. (GH-116410)
markshannon
authored
27858e2
View commit details
Copy full SHA for 27858e2
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
markshannon
authored
23db9c6
View commit details
Copy full SHA for 23db9c6
View code at this point
Browse repository at this point
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
markshannon
authored
0c81ce1
View commit details
Copy full SHA for 0c81ce1
View code at this point
Browse repository at this point
GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-116311)
markshannon
authored
cbf3d38
View commit details
Copy full SHA for cbf3d38
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Show description for 0656509
gvanrossum
authored
0656509
View commit details
Copy full SHA for 0656509
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
gh-115816: Improve internal symbols API in optimizer (#116028)
Show description for e2a3e4b
gvanrossum
authored
e2a3e4b
View commit details
Copy full SHA for e2a3e4b
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
GH-115816: Assorted naming and formatting changes to improve maintainability. (GH-115987)
Show description for 6ecfcfe
markshannon
authored
6ecfcfe
View commit details
Copy full SHA for 6ecfcfe
View code at this point
Browse repository at this point
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-115953)
markshannon
authored
10fbcd6
View commit details
Copy full SHA for 10fbcd6
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
Rename tier 2 redundancy eliminator to optimizer (#115888)
Show description for c0fdfba
gvanrossum
authored
c0fdfba
View commit details
Copy full SHA for c0fdfba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.