mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user