Turn jit_exec
and jit_compile
into macros if disabled
This commit is contained in:
parent
acd27e3ec3
commit
ef5b1d19c1
Notes:
git
2023-08-06 10:48:34 +00:00
4
vm.c
4
vm.c
@ -421,8 +421,8 @@ jit_exec(rb_execution_context_t *ec)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static inline rb_jit_func_t jit_compile(rb_execution_context_t *ec) { return 0; }
|
# define jit_compile(ec) ((rb_jit_func_t)0)
|
||||||
RBIMPL_ATTR_MAYBE_UNUSED() static inline VALUE jit_exec(rb_execution_context_t *ec) { return Qundef; }
|
# define jit_exec(ec) Qundef
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "vm_insnhelper.c"
|
#include "vm_insnhelper.c"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user