Make sure we can still compile with the JIT disabled
If --disable-jit-support is passed to configure, then jit_func is removed from the iseq body and we can't compile YJIT. This commit detects when the JIT function pointer is gone and disables YJIT in that case.
Make sure we can still compile with the JIT disabled
If
--disable-jit-supportis passed to configure, thenjit_funcisremoved from the iseq body and we can't compile YJIT. This commit
detects when the JIT function pointer is gone and disables YJIT in that
case.