description | title | ms.date | helpviewer_keywords | |||
---|---|---|---|---|---|---|
Learn more about: /ARM64XFUNCTIONPADMINX64 (Minimum padding between x64 functions in an ARM64X image) |
/ARM64XFUNCTIONPADMINX64 (Minimum x64 function padding) |
01/08/2024 |
|
Specifies the minimum number of bytes of padding between x64 functions in ARM64X images.
/ARM64XFUNCTIONPADMINX64:[number]
number
The minimum number of bytes of padding between x64 functions.
This switch ensures that there is at least as much padding between X64 functions in an ARM64X image as specified. There may be more padding to meet architecture alignment requirements.
This flag is available in Visual Studio 17.8 and later.
- Open the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.
- Select the Configuration Properties > Linker > Command Line property page.
- Modify the Additional Options property to include /ARM64XFUNCTIONPADMINX64:
number
, wherenumber
is the minimum number of bytes of padding to put between x64 functions, and then choose OK.
- See xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.AdditionalOptions%2A.
/FUNCTIONPADMIN
(Create hotpatchable image)
/NOFUNCTIONPADSECTION
MSVC Linker Options
MSVC linker reference