force system to check for overflows at end of procceed for clauses with body.
This commit is contained in:
@@ -118,6 +118,7 @@ p_show_op_counters()
|
||||
print_instruction(_call_cpred);
|
||||
print_instruction(_call_c_wfail);
|
||||
print_instruction(_procceed);
|
||||
print_instruction(_safe_procceed);
|
||||
print_instruction(_allocate);
|
||||
print_instruction(_deallocate);
|
||||
|
||||
@@ -479,7 +480,8 @@ p_show_ops_by_group(void)
|
||||
Yap_opcount[_fcall];
|
||||
|
||||
c_control.nproceeds =
|
||||
Yap_opcount[_procceed];
|
||||
Yap_opcount[_procceed]+
|
||||
Yap_opcount[_safe_procceed];
|
||||
|
||||
c_control.ncallbips =
|
||||
Yap_opcount[_call_cpred] +
|
||||
|
Reference in New Issue
Block a user