How to see the code generated by the compiler

Posted by atch on Stack Overflow See other posts from Stack Overflow or by atch
Published on 2010-04-02T11:02:07Z Indexed on 2010/04/02 12:13 UTC
Read the original article Hit count: 471

Filed under:
|
|

Guys in one of excersises (ch.5,e.8) from TC++PL Bjarne asks to do following:
'"Run some tests to see if your compiler really generates equivalent code for iteration using pointers and iteration using indexing. If different degrees of optimization can be requested, see if and how that affects the quality of the generated code"'

Any idea how to eat it and with what? Thanks in advice.

© Stack Overflow or respective owner

Related posts about c++

Related posts about compiler