@[email protected] to Programmer [email protected] • 4 months agoTell me the truth ...piefed.jeena.netimagemessage-square167fedilinkarrow-up11.16Kcross-posted to: [email protected]
arrow-up11.16KimageTell me the truth ...piefed.jeena.net@[email protected] to Programmer [email protected] • 4 months agomessage-square167fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink6•edit-24 months agoConsider what the disassembly would look like. There’s no fast way to do it. It’s also unnecessary since 8 bytes is a negligible amount in most cases. Serialization is the only real scenario where it matters. (Edit: and embedded)
minus-square@[email protected]linkfedilink4•4 months agoIn embedded, if you are to the point that you need to optimize the bools to reduce the footprint, you fucked up sizing your mcu.
Consider what the disassembly would look like. There’s no fast way to do it.
It’s also unnecessary since 8 bytes is a negligible amount in most cases. Serialization is the only real scenario where it matters. (Edit: and embedded)
In embedded, if you are to the point that you need to optimize the bools to reduce the footprint, you fucked up sizing your mcu.