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 3a7b032 commit fe9ebb2Copy full SHA for fe9ebb2
vm_core.h
@@ -539,16 +539,10 @@ struct rb_iseq_constant_body {
539
rb_jit_func_t jit_entry;
540
// Number of calls on jit_exec()
541
long unsigned jit_entry_calls;
542
-#endif
543
-
544
-#if USE_YJIT
545
// Function pointer for JIT code on jit_exec_exception()
546
rb_jit_func_t jit_exception;
547
// Number of calls on jit_exec_exception()
548
long unsigned jit_exception_calls;
549
550
551
552
// YJIT stores some data on each iseq.
553
void *yjit_payload;
554
// Used to estimate how frequently this ISEQ gets called
0 commit comments