Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Reposting: https://cheats.rs/#memory-layout

> Does the value take up the same width regardless of state?

Yes. As the other commenter mentioned, it's the size of the largest variant (same as a union in C) + a tag (almost the same as an enum in C). In some rare cases, the compiler even manages to optimize out the tag.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: