Skip to content
New issue

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

The new CreateSpan<T> feature requires that the linker not lose alignment #2417

Closed
davidwrighton opened this issue Dec 3, 2021 · 1 comment

Comments

@davidwrighton
Copy link
Member

Successful use of dotnet/runtime#60948 requires the IL linker to not lose alignment of spans of 16bit/32bit or 64bit data. This needs to be validated that this works in the IL linker (and possibly in Cecil)

@davidwrighton
Copy link
Member Author

This has been implemented in integrated into the linker branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants