mmtk-core
mmtk-core copied to clipboard
Barrier fastpath in Rust
We should provide a reference implementation of barriers' fastpath in Rust, just like what we have for the allocators. They may be directly called by a binding if a binding does not want to implement a fastpath. They also serve as a reference implementation if a binding wants to implement the fastpath in the binding side.