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