Merge pull request #82320 from xedin/hide-solver-hacks-behind-a-flag

[ConstraintSystem] Guard all the performance hacks with a flag
This commit is contained in:
Pavel Yaskevich
2025-06-20 00:12:16 -07:00
committed by GitHub
13 changed files with 64 additions and 64 deletions

View File

@@ -983,9 +983,6 @@ namespace swift {
/// is for testing purposes.
std::vector<std::string> DebugForbidTypecheckPrefixes;
/// Disable the shrink phase of the expression type checker.
bool SolverDisableShrink = false;
/// Enable experimental operator designated types feature.
bool EnableOperatorDesignatedTypes = false;