use assembler to tell whether a clause has cut, instead of stupidly searching the clause.

This commit is contained in:
Vitor Santos Costa
2011-07-05 07:28:28 +01:00
parent c444845fbf
commit e160d86304
4 changed files with 31 additions and 642 deletions

View File

@@ -272,6 +272,7 @@ typedef struct intermediates {
yamop **current_try_lab, **current_trust_lab;
yamop *try_instructions;
struct StructClauseDef *cls;
int clause_has_cut;
/* for expanding code */
union {
struct static_index *si;