We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa274a2 commit 0665f71Copy full SHA for 0665f71
SwiftCompilerSources/Sources/Optimizer/Analysis/AliasAnalysis.swift
@@ -460,7 +460,7 @@ struct AliasAnalysis {
460
for _ in function.instructions { numInsts += 1 }
461
cache.estimatedFunctionSize = numInsts
462
}
463
- return 1000000 / cache.estimatedFunctionSize!
+ return 200000 / cache.estimatedFunctionSize!
464
465
466
/// Returns true if the `instruction` (which in general writes to memory) is immutable in a certain scope,
0 commit comments