Conversation
Notices
-
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.). -
Embed this notice
rayslava@lor.sh's status on Wednesday, 19-Mar-2025 22:33:37 JST rayslava
@Revertron if you don't like the warning, you can always turn it off 🤷🏻♂️
@Suiseiseki
-
Embed this notice