??? 05/31/07 13:35 Read: times |
#140114 - with compiler optimizing ... Responding to: ???'s previous message |
.. it would be simple to have an optimization level "go as far as you can without screwing up debugging"
the example I gave in an earlier post from mov r7,Ralph mov a,r7 to mov a,Ralph should not even be 'optimization' but 'compiler improvement'. But whether 'optimization' or 'compiler improvement' the relation between object and source would not be lost were it done by the compiler. Erik |