How would you check for Compiler Optimization and where all do you think could there be problem areas?
Sigiloso
This was more on avoiding redundant computations in code and code coverage for the compiler and enhancing locality + if machine language and/or assembly language is used, how would you get around this behaviour and do code coverage + test cases.