Contents
Assembler code
It is not at all necessary to understand assembler code to see and
recognize some differences in generated optimized code and to understand
optimization strategies a bit more detailed. Therefore some hints are
presented here.
Generating assembler code
Human readable assembler code is generated in the file "source".s after compiling a source-file with the
option -S.
Identifying vector code