FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-117108: Set the "old space bit" to "visited" for all young objects by markshannon · Pull Request #117213 · python/cpython · GitHub
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.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-117108: Set the "old space bit" to "visited" for all young objects
- #117213
#117213
Merged
vstinner
merged 3 commits into
python:main
python/cpython:main
from
faster-cpython:fix-gc-young-old-space
faster-cpython/cpython:fix-gc-young-old-space
Copy head branch name to clipboard
Mar 26, 2024
Conversation
Commits
3
(3)
Checks
Files changed
Merged
GH-117108: Set the "old space bit" to "visited" for all young objects
#117213
vstinner
merged 3 commits into
python:main
python/cpython:main
from
faster-cpython:fix-gc-young-old-space
faster-cpython/cpython:fix-gc-young-old-space
Copy head branch name to clipboard
Commits
Commits on Mar 25, 2024
Change old space bit of young objects from 0 to gcstate->visited_space. This ensures that any object created *and* collected during cycle GC has the bit set correctly.
markshannon
committed
33fe22c
View commit details
Copy full SHA for 33fe22c
Browse repository at this point
Add news
markshannon
committed
bc34315
View commit details
Copy full SHA for bc34315
Browse repository at this point
Commits on Mar 26, 2024
Merge branch 'main' into fix-gc-young-old-space
markshannon
committed
bba8f31
View commit details
Copy full SHA for bba8f31
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL