We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For allocators that have its allocation buffer, it seems unnecesary to set VO bit atomically.
mmtk-core/src/policy/immix/immixspace.rs
Lines 139 to 142 in 3be73b8
mmtk-core/src/util/metadata/vo_bit/mod.rs
Lines 64 to 71 in 3be73b8
The text was updated successfully, but these errors were encountered:
That's right. It should include all bump-pointer allocators and the native MarkSweep, too (because each thread allocates in its own block).
Sorry, something went wrong.
No branches or pull requests
For allocators that have its allocation buffer, it seems unnecesary to set VO bit atomically.
mmtk-core/src/policy/immix/immixspace.rs
Lines 139 to 142 in 3be73b8
mmtk-core/src/util/metadata/vo_bit/mod.rs
Lines 64 to 71 in 3be73b8
The text was updated successfully, but these errors were encountered: