{
CHECK_STRING (ctxtname);
- Frequire (Qadvice, Qnil, Qnil);
-
gcc_jit_context_set_int_option (comp.ctxt,
GCC_JIT_INT_OPTION_OPTIMIZATION_LEVEL,
SPEED);
xsignal2 (Qnative_lisp_load_failed, file,
build_string ("Empty relocation table"));
- Frequire (Qadvice, Qnil, Qnil);
-
dynlib_handle_ptr handle = dynlib_open (SSDATA (file));
load_handle_stack = Fcons (make_mint_ptr (handle), load_handle_stack);
if (!handle)
/* Others. */
DEFSYM (Qfixnum, "fixnum");
- DEFSYM (Qadvice, "advice");
-
- /* To be signaled. */
- /* By the compiler. */
+ /* To be signaled by the compiler. */
DEFSYM (Qnative_compiler_error, "native-compiler-error");
Fput (Qnative_compiler_error, Qerror_conditions,
pure_list (Qnative_compiler_error, Qerror));