We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19e3b0 commit 4a04e6fCopy full SHA for 4a04e6f
zjit/src/hir.rs
@@ -1970,7 +1970,8 @@ impl Function {
1970
// a singleton class, or has a custom allocator, ObjectAlloc might raise an
1971
// exception or run arbitrary code.
1972
//
1973
- // We also need to check if the class is initialized or a singleton before trying to read the allocator, otherwise it might raise.
+ // We also need to check if the class is initialized or a singleton before
1974
+ // trying to read the allocator, otherwise it might raise.
1975
if !unsafe { rb_zjit_class_initialized_p(class) } {
1976
self.push_insn_id(block, insn_id); continue;
1977
}
0 commit comments