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 4a99d97 commit b5d7cf0Copy full SHA for b5d7cf0
_posts/2016-07-08-trait-method-performance.md
@@ -469,7 +469,7 @@ This code does the following:
469
- The loop counter is increased by the constant `0x10` (decimal 16), corresponding to the 16
470
unfolded iterations.
471
- The loop counter is compared against `0x3d9` (decimal 985): if it is smaller, another round of
472
- 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
473
a different location that performs single loop iterations.
474
475
The interesting observation here is that the field `c.v` is only written once per 16 iterations.
0 commit comments