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 366a2dd commit b7ff953Copy full SHA for b7ff953
blog/_posts/2016-07-08-trait-method-performance.md
@@ -445,7 +445,7 @@ This code does the following:
445
- The loop counter is increased by the constant `0x10` (decimal 16), corresponding to the 16
446
unfolded iterations.
447
- The loop counter is compared against `0x3d9` (decimal 985): if it is smaller, another round of
448
- of the unfolded loop can be executed (the loop ends at 1000). Otherwise execution continues in
+ the unfolded loop can be executed (the loop ends at 1000). Otherwise execution continues in
449
a different location that performs single loop iterations.
450
451
The interesting observation here is that the field `c.v` is only written once per 16 iterations.
0 commit comments