julia
15bdcbcb
- Rewrite GC page metadata for sweeping fast path
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
9 years ago
Rewrite GC page metadata for sweeping fast path * Delete `gc_bits` and `allocd` which are not enough to accurately record the necessary information. * Add `has_marked` and `has_young` to identify free pages and untouched pages. Fixes #15543
References
#16632 - Rewrite GC page metadata for sweeping fast path
Author
yuyichao
Committer
yuyichao
Parents
35e4a296
Loading