Verbose Logging

software development with some really amazing hair

T + G I F R

Better ASM Output From gcc

· · Posted in Programming
Tagged with

I always find myself needing this but never remember.

-fverbose-asm

Throw that at gcc when you are outputting asm (-S flag) and you'll get some useful comments to see what some of the code is actually working on.