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 740bd42 commit c18d228Copy full SHA for c18d228
compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala
@@ -49,7 +49,7 @@ class ShortcutImplicits extends MiniPhase with IdentityDenotTransformer { thisTr
49
override def phaseName: String = "shortcutImplicits"
50
val treeTransform = new Transform
51
52
- /** If this option true, we don't specialize symbols that are known to be only
+ /** If this option is true, we don't specialize symbols that are known to be only
53
* targets of monomorphic calls.
54
* The reason for this option is that benchmarks show that on the JVM for monomorphic dispatch
55
* scenarios inlining and escape analysis can often remove all calling overhead, so we might as
0 commit comments