Hello all,
I'm quiet familiar with gcc assembly... Recently I was forced to turn back to g++ for some codes clean up. Let me mention I'm too much familiar with assembly, hence, for some curiosity purposes, I often get a look at how good the compiler generated asm is.
But the naming conventions with g++ are just bizaare. I was wondering is there any guidline on how to read its asm output ?
Thanks too much,