summaryrefslogtreecommitdiff
path: root/yjit.c
diff options
context:
space:
mode:
-rw-r--r--yjit.c6
1 files changed, 6 insertions, 0 deletions
@@ -793,6 +793,12 @@ rb_yjit_shape_obj_too_complex_p(VALUE obj)
return rb_shape_obj_too_complex_p(obj);
}
// Assert that we have the VM lock. Relevant mostly for multi ractor situations.
// The GC takes the lock before calling us, and this asserts that it indeed happens.
void