mmtk::util::object_forwarding

Function attempt_to_forward

source
pub fn attempt_to_forward<VM: VMBinding>(object: ObjectReference) -> u8
Expand description

Attempt to become the worker thread who will forward the object. The successful worker will set the object forwarding bits to BEING_FORWARDED, preventing other workers from forwarding the same object.