Abort recoveries before popping if better versions already exist

This commit is contained in:
Max Brunsfeld 2017-09-13 09:56:51 -07:00
parent 65ed4281d4
commit 07fb3ab0e6
3 changed files with 17 additions and 1 deletions

View file

@ -34,6 +34,7 @@ enum {
};
typedef struct {
Length position;
unsigned depth;
TSStateId state;
} StackSummaryEntry;