Mitigate MSVC alignment?
Open
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 179
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 29
Description
Rust [recently landed mitigations](https://github.com/rust-lang/rust/pull/139261) for MSVC's allocator sometimes allocating 4-byte aligned values for types with higher alignment. Perhaps we could take a similar approach? This would be best-effort, and would not provide any soundness guarantees.
Contributor guide
Assessment
This issue has not been assessed yet.