mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #39629 from slavapestov/rqm-protocol-signatures
RequirementMachine: Wire up protocol requirement signature minimization
This commit is contained in:
@@ -481,6 +481,11 @@ namespace swift {
|
||||
/// algorithm.
|
||||
unsigned RequirementMachineDepthLimit = 10;
|
||||
|
||||
/// Enable the new experimental protocol requirement signature minimization
|
||||
/// algorithm.
|
||||
RequirementMachineMode RequirementMachineProtocolSignatures =
|
||||
RequirementMachineMode::Disabled;
|
||||
|
||||
/// Sets the target we are building for and updates platform conditions
|
||||
/// to match.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user