Changeset 1958fec
- Timestamp:
- Dec 31, 2020, 5:29:16 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 95eec2c
- Parents:
- 09da82d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/SatisfyAssertions.cpp
r09da82d r1958fec 385 385 386 386 /// Limit to depth of recursion of assertion satisfaction 387 static const int recursionLimit = 4;387 static const int recursionLimit = 8; 388 388 /// Maximum number of simultaneously-deferred assertions to attempt concurrent satisfaction of 389 389 static const int deferLimit = 10;
Note: See TracChangeset
for help on using the changeset viewer.