-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Lines 220 to 224 in a605c17
| pub fn mark_object<T: 'static>(&mut self, mut reference: GcRef<T>) { | |
| unsafe { | |
| let mut header: NonNull<GcObject> = mem::transmute(reference.pointer.as_mut()); | |
| header.as_mut().marked = true; | |
| self.grey_stack.push(header); |
if header.as_mut().marked {
return
}Metadata
Metadata
Assignees
Labels
No labels