Analyzing unoptimized compiler output is entirely pointless. Compilers generate unoptimized code that's so bad it's simply useless other than for debugging purposes.
Analyzing unoptimized compiler output is entirely pointless. Compilers generate unoptimized code that's so bad it's simply useless other than for debugging purposes.
Seen from your point of view. For me is very useful to learn assembler and also to know how the generated code of a C++ code will be. Thank you very much for everything Helio! You also teach me a lot!