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
.
ServBay
/
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_bytecodes.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 27, 2025
gh-131798: Optimize `_ITER_CHECK_TUPLE` (GH-134803)
noamcohen97
authored
79d81f7
View commit details
Copy full SHA for 79d81f7
View code at this point
Browse repository at this point
GH-132554: "Virtual" iterators (GH-132555)
Show description for f6f4e8a
markshannon
authored
f6f4e8a
View commit details
Copy full SHA for f6f4e8a
View code at this point
Browse repository at this point
Commits on May 22, 2025
GH-131798: Optimize away isinstance calls in the JIT (GH-134369)
tomasr8
authored
484e003
View commit details
Copy full SHA for 484e003
View code at this point
Browse repository at this point
GH-131798: Optimize cached class attributes and methods in the JIT (GH-134403)
brandtbucher
authored
ec736e7
View commit details
Copy full SHA for ec736e7
View code at this point
Browse repository at this point
GH-131798: Turn _LOAD_SMALL_INT into _LOAD_CONST_INLINE_BORROW in the JIT (GH-134406)
Zheaoli
authored
8c5e555
View commit details
Copy full SHA for 8c5e555
View code at this point
Browse repository at this point
Commits on May 20, 2025
GH-131798: Narrow types more aggressively in the JIT (GH-134373)
brandtbucher
authored
2f0570c
View commit details
Copy full SHA for 2f0570c
View code at this point
Browse repository at this point
GH-131798: Narrow the return type of _GET_LEN to int (GH-133345)
Zheaoli
authored
e1c0c45
View commit details
Copy full SHA for e1c0c45
View code at this point
Browse repository at this point
GH-134282: Always borrow references LOAD_CONST (GH-134284)
markshannon
authored
6dcb0fd
View commit details
Copy full SHA for 6dcb0fd
View code at this point
Browse repository at this point
Commits on May 19, 2025
GH-131798: Add _POP_CALL_TWO_LOAD_CONST_INLINE_BORROW (GH-134268)
tomasr8
authored
a7f317d
View commit details
Copy full SHA for a7f317d
View code at this point
Browse repository at this point
GH-131798: Split CALL_LIST_APPEND into several uops (GH-134240)
diegorusso
authored
42d03f3
View commit details
Copy full SHA for 42d03f3
View code at this point
Browse repository at this point
GH-131798: Narrow the return type of isinstance for some known arguments in the JIT (GH-133172)
tomasr8
authored
8d490b3
View commit details
Copy full SHA for 8d490b3
View code at this point
Browse repository at this point
Commits on May 8, 2025
GH-131798: Split up and optimize CALL_ISINSTANCE (GH-133339)
tomasr8
authored
c492ac7
View commit details
Copy full SHA for c492ac7
View code at this point
Browse repository at this point
gh-133273: Keep instruction definitions in `bytecodes.c` and `optimizer_bytecodes.c` in sync (GH-133320)
tomasr8
authored
3f2f59a
View commit details
Copy full SHA for 3f2f59a
View code at this point
Browse repository at this point
Commits on May 5, 2025
GH-131798: Split CALL_LEN into several uops (GH-133180)
diegorusso
authored
9cc77aa
View commit details
Copy full SHA for 9cc77aa
View code at this point
Browse repository at this point
Commits on Apr 27, 2025
gh-131798: JIT - Use `sym_new_type` instead of `sym_new_not_null` for _BUILD_STRING, _BUILD_SET (GH-132564)
Show description for 614d792
Zheaoli
authored
614d792
View commit details
Copy full SHA for 614d792
View code at this point
Browse repository at this point
Commits on Apr 26, 2025
gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-133003)
tomasr8
authored
5e96e4f
View commit details
Copy full SHA for 5e96e4f
View code at this point
Browse repository at this point
Commits on Apr 25, 2025
gh-131798: JIT: Narrow the return type of _CALL_LEN to int (#132940)
Show description for 4c20f46
diegorusso
and
tekknolagi
authored
4c20f46
View commit details
Copy full SHA for 4c20f46
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
tomasr8
authored
08e3389
View commit details
Copy full SHA for 08e3389
View code at this point
Browse repository at this point
GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
tomasr8
authored
0a387b3
View commit details
Copy full SHA for 0a387b3
View code at this point
Browse repository at this point
Commits on Apr 22, 2025
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
tomasr8
authored
a6a3dbb
View commit details
Copy full SHA for a6a3dbb
View code at this point
Browse repository at this point
Commits on Apr 21, 2025
gh-131586: Avoid refcount contention in context managers (gh-131851)
Show description for da53660
colesbury
authored
da53660
View commit details
Copy full SHA for da53660
View code at this point
Browse repository at this point
GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)
brandtbucher
authored
4f7f72c
View commit details
Copy full SHA for 4f7f72c
View code at this point
Browse repository at this point
Commits on Apr 18, 2025
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
brandtbucher
authored
40ae889
View commit details
Copy full SHA for 40ae889
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
gh-131798: Use `sym_new_type` instead of `sym_new_not_null` for `_BUILD_LIST`, `_BUILD_SLICE`, and `_BUILD_MAP` (GH-132434)
Show description for b9e88ff
Zheaoli
authored
b9e88ff
View commit details
Copy full SHA for b9e88ff
View code at this point
Browse repository at this point
Commits on Apr 9, 2025
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
brandtbucher
authored
20926c7
View commit details
Copy full SHA for 20926c7
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
GH-131798: Narrow the result of _CONTAINS_OP_DICT to bool in the JIT (GH-132269)
Show description for d753d8a
Zheaoli
and
tomasr8
authored
d753d8a
View commit details
Copy full SHA for d753d8a
View code at this point
Browse repository at this point
GH-131798: Narrow the result type of _BINARY_OP_SUBSCR_STR_INT to str in the JIT (GH-132153)
tomasr8
authored
71009cb
View commit details
Copy full SHA for 71009cb
View code at this point
Browse repository at this point
Commits on Apr 5, 2025
GH-131798: Narrow the result of _CONTAINS_OP_SET to bool in the JIT (GH-132057)
tomasr8
authored
85bc489
View commit details
Copy full SHA for 85bc489
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Show description for ad053d8
markshannon
authored
ad053d8
View commit details
Copy full SHA for ad053d8
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)
brandtbucher
authored
1a9d4a1
View commit details
Copy full SHA for 1a9d4a1
View code at this point
Browse repository at this point
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
Show description for 053c285
mpage
authored
053c285
View commit details
Copy full SHA for 053c285
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
fluhus
authored
685fd74
View commit details
Copy full SHA for 685fd74
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
GH-130415: Remove redundant sym_matches_type calls in the JIT optimizer (GH-131778)
brandtbucher
authored
972a295
View commit details
Copy full SHA for 972a295
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
GH-131729: Code-gen better liveness analysis (GH-131732)
Show description for 1b8bb1e
markshannon
authored
1b8bb1e
View commit details
Copy full SHA for 1b8bb1e
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
GH-130415: Optimize constant comparison in JIT builds (GH-131489)
savannahostrowski
authored
b92ee14
View commit details
Copy full SHA for b92ee14
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.