diff options
-rw-r--r-- | yjit.c | 6 |
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 |