Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Wednesday, 19-Mar-2025 22:33:36 JST 翠星石
@rayslava @Revertron If you want to really optimize memory usage, you really need to use packed structs (although uint8_t tells gcc than you really only want 1 byte allocated per variable, it will end up allocating more due to alignment requirements and won't pack them into a struct.).