Skip to content

Commit a5a4daf

Browse files
TylerMSFTTylerMSFT
authored andcommitted
add note about when flag was added
1 parent 9c233d7 commit a5a4daf

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
@@ -20,7 +20,7 @@ Puts the generated switch case jump tables in the `.rdata` section instead of al
2020
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]
23-
> This flag only applies to x64 code.
23+
> This flag only applies to x64 code. This flag was introduced in Visual Studio 17.7.
2424
2525
### To set this compiler option in the Visual Studio development environment
2626

0 commit comments

Comments
 (0)