mmtk-core icon indicating copy to clipboard operation
mmtk-core copied to clipboard

Barrier fastpath in Rust

Open qinsoon opened this issue 2 years ago • 0 comments

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.

qinsoon avatar Jun 21 '22 10:06 qinsoon