Remix.run Logo
astrange 3 hours ago

You should be able to see it. REX prefixes cost a lot less than register spills do.

If you mean literally `gcc -S`, -O0 is worse than not optimized and basically keeps everything in memory to make it easier to debug. -Os is the one with readable sensible asm.

chasil 3 hours ago | parent [-]

Thanks, I'll give it a try.