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
Tools
jit
on
stackref-not-null
User selector
All users
All time
Commit history
Commits on Oct 2, 2024
GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)
diegorusso
authored
b85923a
View commit details
Copy full SHA for b85923a
View code at this point
Browse repository at this point
GH-124820: Move `-mno-outline-atomics` flag to aarch64 Linux JIT builds only (#124821)
savannahostrowski
authored
6737333
View commit details
Copy full SHA for 6737333
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-124443)
Show description for 65f1237
savannahostrowski
and
picnixz
authored
65f1237
View commit details
Copy full SHA for 65f1237
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
GH-124408: Temporarily skip test_strftime_y2k for emulated Linux JIT CI (GH-124466)
savannahostrowski
authored
b6471f4
View commit details
Copy full SHA for b6471f4
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
GH-113464: Speed up JIT builds (GH-122839)
brandtbucher
authored
5118592
View commit details
Copy full SHA for 5118592
View code at this point
Browse repository at this point
Commits on Aug 13, 2024
GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated JIT CI (#122969)
picnixz
authored
7b8328b
View commit details
Copy full SHA for 7b8328b
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
GH-118943: Handle races when moving jit_stencils.h (GH-120690)
Show description for 44659d3
hroncok
and
Eclips4
authored
44659d3
View commit details
Copy full SHA for 44659d3
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Add note about PYTHON_JIT environment variable to JIT README (GH-121635)
savannahostrowski
authored
f113c1a
View commit details
Copy full SHA for f113c1a
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
GH-119726: Emit AArch64 trampolines out-of-line (GH-121280)
diegorusso
authored
84512c0
View commit details
Copy full SHA for 84512c0
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
GH-119726: Use LDR for AArch64 trampolines (GH-121001)
diegorusso
authored
9662608
View commit details
Copy full SHA for 9662608
View code at this point
Browse repository at this point
GH-116017: Get rid of _COLD_EXITs (GH-120960)
brandtbucher
authored
33903c5
View commit details
Copy full SHA for 33903c5
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-117139: Convert the evaluation stack to stack refs (#118450)
Show description for 22b0de2
Fidget-Spinner
and
markshannon
authored
22b0de2
View commit details
Copy full SHA for 22b0de2
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 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 20, 2024
GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604)
xarblu
authored
285f42c
View commit details
Copy full SHA for 285f42c
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
GH-119726: Deduplicate JIT trampolines for out-of-range jumps (GH-120250)
diegorusso
authored
a0dce37
View commit details
Copy full SHA for a0dce37
View code at this point
Browse repository at this point
Ignore some failing tests in emulated JIT CI (GH-120375)
diegorusso
authored
07daaf1
View commit details
Copy full SHA for 07daaf1
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an alternative option (#120434)
Eclips4
authored
95737bb
View commit details
Copy full SHA for 95737bb
View code at this point
Browse repository at this point
Commits on May 16, 2024
GH-118943: Fix a race condition when generating jit_stencils.h (GH-118957)
brandtbucher
authored
4702b7b
View commit details
Copy full SHA for 4702b7b
View code at this point
Browse repository at this point
Explain how to install LLVM on Fedora (GH-118983)
Show description for ab73bcd
hroncok
and
erlend-aasland
authored
ab73bcd
View commit details
Copy full SHA for ab73bcd
View code at this point
Browse repository at this point
Commits on May 13, 2024
GH-118836: Fix JIT build error when SHT_NOTE section is present (GH-119000)
mgorny
authored
e04cd96
View commit details
Copy full SHA for e04cd96
View code at this point
Browse repository at this point
Commits on May 3, 2024
GH-113464: Generate a more efficient JIT (GH-118512)
brandtbucher
authored
1b7e5e6
View commit details
Copy full SHA for 1b7e5e6
View code at this point
Browse repository at this point
GH-118251: Skip fewer test in emulated JIT CI (GH-118536)
savannahostrowski
authored
5248596
View commit details
Copy full SHA for 5248596
View code at this point
Browse repository at this point
GH-118487: Add Black to `.pre-commit-config.yaml` for JIT files (GH-118537)
savannahostrowski
authored
cb57a52
View commit details
Copy full SHA for cb57a52
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 May 1, 2024
GH-113464: Display a warning when building the JIT (GH-118481)
brandtbucher
authored
424438b
View commit details
Copy full SHA for 424438b
View code at this point
Browse repository at this point
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-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 29, 2024
GH-118306: Update JIT to use LLVM 18 (GH-118307)
savannahostrowski
authored
8b56d82
View commit details
Copy full SHA for 8b56d82
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 19, 2024
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe (#116775)
Show description for 07525c9
DinoV
authored
07525c9
View commit details
Copy full SHA for 07525c9
View code at this point
Browse repository at this point
Commits on Apr 6, 2024
GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)
brandtbucher
authored
62aeb0e
View commit details
Copy full SHA for 62aeb0e
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
GH-117457: Correct pystats uop "miss" counts (GH-117477)
mdboom
authored
0edde64
View commit details
Copy full SHA for 0edde64
View code at this point
Browse repository at this point
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 29, 2024
gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)
Show description for 19c1dd6
colesbury
authored
19c1dd6
View commit details
Copy full SHA for 19c1dd6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.