Skip to content

Commit fe9ebb2

Browse files
committed
vm_core.h: unify YJIT ifdefs
1 parent 3a7b032 commit fe9ebb2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vm_core.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -539,16 +539,10 @@ struct rb_iseq_constant_body {
539539
rb_jit_func_t jit_entry;
540540
// Number of calls on jit_exec()
541541
long unsigned jit_entry_calls;
542-
#endif
543-
544-
#if USE_YJIT
545542
// Function pointer for JIT code on jit_exec_exception()
546543
rb_jit_func_t jit_exception;
547544
// Number of calls on jit_exec_exception()
548545
long unsigned jit_exception_calls;
549-
#endif
550-
551-
#if USE_YJIT
552546
// YJIT stores some data on each iseq.
553547
void *yjit_payload;
554548
// Used to estimate how frequently this ISEQ gets called

0 commit comments

Comments
 (0)