flatten the instruction dispatch loop
This commit is contained in:
@@ -4,7 +4,6 @@ use crate::types::*;
|
||||
|
||||
use core::marker::PhantomData;
|
||||
|
||||
// TODO: rename to 'unmark_if_iter', 'mark_if_gc'
|
||||
pub(crate) trait UnmarkPolicy {
|
||||
fn unmark(heap: &mut [HeapCellValue], current: usize) -> bool;
|
||||
fn mark(heap: &mut [HeapCellValue], current: usize);
|
||||
|
||||
Reference in New Issue
Block a user