force system to check for overflows at end of procceed for clauses with body.

This commit is contained in:
Vitor Santos Costa
2010-10-11 14:45:15 +01:00
parent f40ba3e6db
commit e5232bc8fc
8 changed files with 33 additions and 4 deletions

View File

@@ -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] +