Abort recoveries before popping if better versions already exist
This commit is contained in:
parent
65ed4281d4
commit
07fb3ab0e6
3 changed files with 17 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ enum {
|
|||
};
|
||||
|
||||
typedef struct {
|
||||
Length position;
|
||||
unsigned depth;
|
||||
TSStateId state;
|
||||
} StackSummaryEntry;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue