We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e940521 commit df2bd0cCopy full SHA for df2bd0c
1 file changed
zjit/src/gc.rs
@@ -206,4 +206,5 @@ fn ranges_overlap<T>(left: &Range<T>, right: &Range<T>) -> bool where T: Partial
206
/// Callback for marking GC objects inside [crate::invariants::Invariants].
207
#[unsafe(no_mangle)]
208
pub extern "C" fn rb_zjit_root_mark() {
209
+ // TODO(max): Either add roots to mark or consider removing this callback
210
}
0 commit comments