[][src]Trait mmtk::TransitiveClosure

pub trait TransitiveClosure {
    pub fn process_edge(&mut self, slot: Address);
pub fn process_node(&mut self, object: ObjectReference); }

This trait is the fundamental mechanism for performing a transitive closure over an object graph.

Required methods

pub fn process_edge(&mut self, slot: Address)[src]

pub fn process_node(&mut self, object: ObjectReference)[src]

Loading content...

Implementors

impl<T: ProcessEdgesWork> TransitiveClosure for T[src]

Loading content...