use assembler to tell whether a clause has cut, instead of stupidly searching the clause.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user