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_cases.c.h
on
test_python_basic_repl
User selector
All users
All time
Commit history
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 19, 2024
gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712)
Show description for f385d99
Zheaoli
and
Fidget-Spinner
authored
f385d99
View commit details
Copy full SHA for f385d99
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Show description for 9cefcc0
markshannon
authored
9cefcc0
View commit details
Copy full SHA for 9cefcc0
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 31, 2024
gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822)
Show description for 80a4e38
JelleZijlstra
authored
80a4e38
View commit details
Copy full SHA for 80a4e38
View code at this point
Browse repository at this point
Commits on May 28, 2024
GH-119258: Handle STORE_ATTR_WITH_HINT in tier two (GH-119481)
brandtbucher
authored
5cd3ffd
View commit details
Copy full SHA for 5cd3ffd
View code at this point
Browse repository at this point
GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (GH-119510)
brandtbucher
authored
cfcc054
View commit details
Copy full SHA for cfcc054
View code at this point
Browse repository at this point
Commits on May 22, 2024
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Show description for 98e855f
JelleZijlstra
and
iritkatriel
authored
98e855f
View commit details
Copy full SHA for 98e855f
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 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-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 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 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 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 Apr 2, 2024
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
markshannon
authored
c32dc47
View commit details
Copy full SHA for c32dc47
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 24, 2024
gh-117176: Fix compiler warning in Python/optimizer_bytecodes.c (GH-117199)
Eclips4
authored
eebea7e
View commit details
Copy full SHA for eebea7e
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-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 14, 2024
GH-116422: Factor out eval breaker checks at end of calls into its own micro-op. (GH-116817)
markshannon
authored
61e54bf
View commit details
Copy full SHA for 61e54bf
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
gh-115419: Change default sym to not_null (GH-116562)
Fidget-Spinner
authored
617aca9
View commit details
Copy full SHA for 617aca9
View code at this point
Browse repository at this point
Commits on Mar 11, 2024
GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is known to be a constant. (GH-116469)
markshannon
authored
4e5df20
View commit details
Copy full SHA for 4e5df20
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Show description for 41457c7
Fidget-Spinner
authored
41457c7
View commit details
Copy full SHA for 41457c7
View code at this point
Browse repository at this point
gh-116420: Fix unused var compilation warnings (GH-116466)
Show description for 4298d69
Fidget-Spinner
authored
4298d69
View commit details
Copy full SHA for 4298d69
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
gh-116381: Specialize CONTAINS_OP (GH-116385)
Show description for 7114cf2
Fidget-Spinner
and
blurb-it[bot]
authored
7114cf2
View commit details
Copy full SHA for 7114cf2
View code at this point
Browse repository at this point
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
GH-115687: Most comparisons create Booleans, so propagate that information (GH-116360)
Show description for 33c0aa3
markshannon
authored
33c0aa3
View commit details
Copy full SHA for 33c0aa3
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
Previous
Next
You can’t perform that action at this time.