Skip to content

Commit df2bd0c

Browse files
committed
.
1 parent e940521 commit df2bd0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zjit/src/gc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,5 @@ fn ranges_overlap<T>(left: &Range<T>, right: &Range<T>) -> bool where T: Partial
206206
/// Callback for marking GC objects inside [crate::invariants::Invariants].
207207
#[unsafe(no_mangle)]
208208
pub extern "C" fn rb_zjit_root_mark() {
209+
// TODO(max): Either add roots to mark or consider removing this callback
209210
}

0 commit comments

Comments
 (0)