Skip to content

Commit b7ff953

Browse files
authored
fix a typo
1 parent 366a2dd commit b7ff953

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
@@ -445,7 +445,7 @@ This code does the following:
445445
- The loop counter is increased by the constant `0x10` (decimal 16), corresponding to the 16
446446
unfolded iterations.
447447
- 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
448+
the unfolded loop can be executed (the loop ends at 1000). Otherwise execution continues in
449449
a different location that performs single loop iterations.
450450

451451
The interesting observation here is that the field `c.v` is only written once per 16 iterations.

0 commit comments

Comments
 (0)