Skip to content

Commit 83bf0c6

Browse files
authored
Add missing negation before "why we observe"
1 parent 782a449 commit 83bf0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2016-07-08-trait-method-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ We found a few interesting behaviors of the JVM optimizer.
488488
methods.
489489

490490
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
491+
not answer definitively why we observe a 20% performance regression when running the Scala compiler on
492492
default methods without forwarders. The fact that the JIT compiler fails to perform certain
493493
optimizations may be the reason, but we don't have any evidence or proof to relate the two
494494
observations.

0 commit comments

Comments
 (0)