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
specialize.c
on
test_python_basic_repl
User selector
All users
All time
Commit history
Commits on Jun 20, 2024
Fix typos in comments (#120481)
xyb
authored
656a1c8
View commit details
Copy full SHA for 656a1c8
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-83754: Use the Py_TYPE() macro (#120599)
Show description for c2d5df5
vstinner
authored
c2d5df5
View commit details
Copy full SHA for c2d5df5
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
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
Commits on Apr 22, 2024
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114742)
Show description for 8b541c0
DinoV
authored
8b541c0
View commit details
Copy full SHA for 8b541c0
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
JeffersGlass
authored
acf69e0
View commit details
Copy full SHA for acf69e0
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 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 25, 2024
A few minor tweaks to get stats working and compiling cleanly. (#117219)
Show description for 23e4f80
markshannon
authored
23e4f80
View commit details
Copy full SHA for 23e4f80
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
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 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
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
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 20, 2024
Tier 2 cleanups and tweaks (#115534)
Show description for 142502e
gvanrossum
authored
142502e
View commit details
Copy full SHA for 142502e
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Show description for 7cce857
4 people
authored
7cce857
View commit details
Copy full SHA for 7cce857
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-115221)
markshannon
authored
8144661
View commit details
Copy full SHA for 8144661
View code at this point
Browse repository at this point
Commits on Feb 1, 2024
GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)
markshannon
authored
e66d039
View commit details
Copy full SHA for e66d039
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
gh-114312: Collect stats for unlikely events (GH-114493)
mdboom
authored
ea3cd04
View commit details
Copy full SHA for ea3cd04
View code at this point
Browse repository at this point
Commits on Jan 11, 2024
gh-89811: Check for valid tp_version_tag in specializer (GH-113558)
lazorchakp
authored
f653caa
View commit details
Copy full SHA for f653caa
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680)
markshannon
authored
0ae60b6
View commit details
Copy full SHA for 0ae60b6
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
GH-111485: Generate instruction and uop metadata (GH-113287)
markshannon
authored
e96f260
View commit details
Copy full SHA for e96f260
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Show description for 7316dfb
gvanrossum
authored
7316dfb
View commit details
Copy full SHA for 7316dfb
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
GH-111772: Specialize slot loads and stores for `_Py_T_OBJECT` (GH-111773)
markshannon
authored
a7b0f63
View commit details
Copy full SHA for a7b0f63
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
gh-109329: Count tier2 opcode misses (#110561)
Show description for 84b4533
mdboom
authored
84b4533
View commit details
Copy full SHA for 84b4533
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
gh-110481: Implement biased reference counting (gh-110764)
colesbury
authored
6dfb8fe
View commit details
Copy full SHA for 6dfb8fe
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
gh-111354: define names for RESUME oparg values (#111365)
iritkatriel
authored
a0c414c
View commit details
Copy full SHA for a0c414c
View code at this point
Browse repository at this point
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
iritkatriel
authored
67a91f7
View commit details
Copy full SHA for 67a91f7
View code at this point
Browse repository at this point
GH-111213: Fix a few broken stats (GH-111216)
markshannon
authored
b0699aa
View commit details
Copy full SHA for b0699aa
View code at this point
Browse repository at this point
Commits on Oct 5, 2023
gh-109329: Add stat for "trace too short" (GH-110402)
mdboom
authored
9eb2489
View commit details
Copy full SHA for 9eb2489
View code at this point
Browse repository at this point
Commits on Oct 4, 2023
GH-109329: Add tier 2 stats (GH-109913)
mdboom
authored
e561e98
View commit details
Copy full SHA for e561e98
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
brandtbucher
authored
22e65ee
View commit details
Copy full SHA for 22e65ee
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
GH-109330: Dump and compare stats using opcode names, not numbers (GH-109335)
mdboom
authored
5dcbbd8
View commit details
Copy full SHA for 5dcbbd8
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Show description for bcce5e2
gvanrossum
authored
bcce5e2
View commit details
Copy full SHA for bcce5e2
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
gh-108753: _Py_PrintSpecializationStats() uses Py_hexdigits (#109040)
vstinner
authored
fd5989b
View commit details
Copy full SHA for fd5989b
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
gh-108753: Enhance pystats (#108754)
Show description for a0773b8
vstinner
and
mdboom
authored
a0773b8
View commit details
Copy full SHA for a0773b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.