We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We might be aligning at 4 bytes when we should be aligning at 16 bytes for CFG.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas See info in area-owners.md if you want to be subscribed.
Sorry, something went wrong.
Align methods at 16-byte boundaries for CFG
a06c713
Fixes dotnet#105326 Per https://learn.microsoft.com/en-us/windows/win32/secbp/pe-metadata#function-alignment "Functions that are address taken and are therefore included in the GFIDS table should be made 16-byte aligned, if possible.". We'd align at 4 bytes if SIZE_OPT is enabled.
03beecc
Successfully merging a pull request may close this issue.
We might be aligning at 4 bytes when we should be aligning at 16 bytes for CFG.
The text was updated successfully, but these errors were encountered: