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 782a449 commit 83bf0c6Copy full SHA for 83bf0c6
blog/_posts/2016-07-08-trait-method-performance.md
@@ -488,7 +488,7 @@ We found a few interesting behaviors of the JVM optimizer.
488
methods.
489
490
While we can reproduce certain slowdowns when using default methods in micro-benchmarks, this does
491
-give an answer why we observe a 20% performance regression when running the Scala compiler on
+not answer definitively why we observe a 20% performance regression when running the Scala compiler on
492
default methods without forwarders. The fact that the JIT compiler fails to perform certain
493
optimizations may be the reason, but we don't have any evidence or proof to relate the two
494
observations.
0 commit comments