- File:
-
- 1 edited
-
src/ResolvExpr/ResolveAssertions.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ResolveAssertions.cc
r2fb35df r8f06277 26 26 #include <vector> // for vector 27 27 28 #include "AdjustExprType.hpp" // for adjustExprType 28 29 #include "Alternative.h" // for Alternative, AssertionItem, AssertionList 29 30 #include "Common/FilterCombos.h" // for filterCombos 30 31 #include "Common/Indenter.h" // for Indenter 31 #include "Common/utility.h" // for sort_mins32 32 #include "GenPoly/GenPoly.h" // for getFunctionType 33 #include "ResolvExpr/AlternativeFinder.h" // for computeConversionCost 33 34 #include "ResolvExpr/RenameVars.h" // for renameTyVars 35 #include "SpecCost.hpp" // for specCost 34 36 #include "SymTab/Indexer.h" // for Indexer 35 37 #include "SymTab/Mangler.h" // for Mangler 36 38 #include "SynTree/Expression.h" // for InferredParams 37 39 #include "TypeEnvironment.h" // for TypeEnvironment, etc. 38 #include "typeops.h" // for adjustExprType, specCost39 40 #include "Unify.h" // for unify 40 41 … … 397 398 398 399 /// Limit to depth of recursion of assertion satisfaction 399 static const int recursionLimit = 4;400 static const int recursionLimit = 7; 400 401 /// Maximum number of simultaneously-deferred assertions to attempt concurrent satisfaction of 401 402 static const int deferLimit = 10;
Note:
See TracChangeset
for help on using the changeset viewer.