Prune unneeded stack versions based on a depth criteria
This commit is contained in:
parent
d6579956f5
commit
eccb3893eb
4 changed files with 20 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ typedef struct {
|
|||
unsigned count;
|
||||
unsigned cost;
|
||||
unsigned push_count;
|
||||
unsigned depth;
|
||||
} ErrorStatus;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue