Module mmtk::util::reference_processor
source · Expand description
Reference processing implementation.
Structs§
- We create a reference processor for each semantics. Generally we expect these to happen for each processor:
- Holds all reference processors for each weak reference Semantics. Currently this is based on Java’s weak reference semantics (soft/weak/phantom). We should make changes to make this general rather than Java specific.