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

Niche filling opportunity if len's alignment is less than T's alignment #265

Open
chadaustin opened this issue May 11, 2024 · 0 comments
Open

Comments

@chadaustin
Copy link

Specifically, I have an ArrayVec<core::task::Waker, 15>. Waker is two pointers, and len is 32 bits. On 64-bit platforms, in theory, Option<ArrayVec<...>> could have the same size.

But padding cannot be used to hold discriminants unless you explicitly allocate said padding.

I think this would require some compile-time selection based on the alignment of T. Not urgent, but something I noticed when examining code generation.

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

No branches or pull requests

1 participant