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
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.4k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-129201: Use prefetch in GC mark alive phase.
- #129203
#129203
Merged
nascheme
merged 12 commits into
python:main
python/cpython:main
from
nascheme:gh-129201-gc-mark-prefetch
nascheme/cpython:gh-129201-gc-mark-prefetch
Copy head branch name to clipboard
Feb 5, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
gh-129201: Use prefetch in GC mark alive phase.
#129203
nascheme
merged 12 commits into
python:main
python/cpython:main
from
nascheme:gh-129201-gc-mark-prefetch
nascheme/cpython:gh-129201-gc-mark-prefetch
Copy head branch name to clipboard
Commits
Commits on Jan 22, 2025
Use prefetch in GC mark alive phase.
nascheme
committed
1dd4bb6
View commit details
Copy full SHA for 1dd4bb6
Browse repository at this point
Add prefetch() macro that might work on MSVC.
nascheme
committed
1b4e8c3
View commit details
Copy full SHA for 1b4e8c3
Browse repository at this point
Commits on Jan 24, 2025
Improve portability of prefetch macros.
nascheme
committed
9fbfd43
View commit details
Copy full SHA for 9fbfd43
Browse repository at this point
Implement "spans" for marking phase.
Show description for 7f51104
nascheme
committed
7f51104
View commit details
Copy full SHA for 7f51104
Browse repository at this point
Fix bug in "span" enqueue logic.
Show description for 041b2e4
nascheme
committed
041b2e4
View commit details
Copy full SHA for 041b2e4
Browse repository at this point
Commits on Jan 27, 2025
Add some asserts, minor code cleanup.
nascheme
committed
86a5c95
View commit details
Copy full SHA for 86a5c95
Browse repository at this point
Commits on Jan 30, 2025
Merge branch 'origin/main' into gh-129201-gc-mark-prefetch
nascheme
committed
62bace2
View commit details
Copy full SHA for 62bace2
Browse repository at this point
Commits on Jan 31, 2025
Fix bug in tuple untrack logic.
Show description for e12dd2e
nascheme
committed
e12dd2e
View commit details
Copy full SHA for e12dd2e
Browse repository at this point
Commits on Feb 1, 2025
Improve "prefetch" instruction macros.
nascheme
committed
15ada78
View commit details
Copy full SHA for 15ada78
Browse repository at this point
Use of prefetching conditionally.
Show description for abfc49a
nascheme
committed
abfc49a
View commit details
Copy full SHA for abfc49a
Browse repository at this point
Commits on Feb 5, 2025
Add assert for buffer size settings.
nascheme
committed
652cf33
View commit details
Copy full SHA for 652cf33
Browse repository at this point
Merge branch 'origin/main' into gh-129201-gc-mark-prefetch
nascheme
committed
e094a1c
View commit details
Copy full SHA for e094a1c
Browse repository at this point
You can’t perform that action at this time.