vm: remove unguard-safepoint primitive
parent
552711e903
commit
d6a06cf5dc
|
@ -176,9 +176,4 @@ void factor_vm::handle_safepoint()
|
||||||
general_error(ERROR_SIGNAL,from_unsigned_cell(signal),false_object);
|
general_error(ERROR_SIGNAL,from_unsigned_cell(signal),false_object);
|
||||||
}
|
}
|
||||||
|
|
||||||
void factor_vm::primitive_guard_safepoint()
|
|
||||||
{
|
|
||||||
code->guard_safepoint();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,7 +89,6 @@ namespace factor
|
||||||
_(ftell) \
|
_(ftell) \
|
||||||
_(full_gc) \
|
_(full_gc) \
|
||||||
_(fwrite) \
|
_(fwrite) \
|
||||||
_(guard_safepoint) \
|
|
||||||
_(identity_hashcode) \
|
_(identity_hashcode) \
|
||||||
_(innermost_stack_frame_executing) \
|
_(innermost_stack_frame_executing) \
|
||||||
_(innermost_stack_frame_scan) \
|
_(innermost_stack_frame_scan) \
|
||||||
|
|
|
@ -184,7 +184,6 @@ struct factor_vm
|
||||||
void fp_signal_handler_impl();
|
void fp_signal_handler_impl();
|
||||||
void enqueue_safepoint_signal(cell signal);
|
void enqueue_safepoint_signal(cell signal);
|
||||||
void handle_safepoint();
|
void handle_safepoint();
|
||||||
void primitive_guard_safepoint();
|
|
||||||
|
|
||||||
// bignum
|
// bignum
|
||||||
int bignum_equal_p(bignum * x, bignum * y);
|
int bignum_equal_p(bignum * x, bignum * y);
|
||||||
|
|
Loading…
Reference in New Issue