Skip to content

Commit 9c233d7

Browse files
TylerMSFTTylerMSFT
authored andcommitted
explain caches
1 parent fb8ff76 commit 9c233d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/jump-table-rdata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Puts the generated switch case jump tables in the `.rdata` section instead of al
1717

1818
## Remarks
1919

20-
Putting jump tables generated for switch case statements in the `.rdata` section prevents the jump table from being loaded into both Icache and Dcache, potentially increasing performance. The `.rdata` section is where const initialized data is stored.
20+
Putting jump tables generated for switch case statements in the `.rdata` section prevents the jump table from being loaded into both the instruction cache (iCache) and data cache (dCache), potentially increasing performance. The `.rdata` section is where const initialized data is stored.
2121

2222
> [!IMPORTANT]
2323
> This flag only applies to x64 code.

0 commit comments

Comments
 (0)