On Wed, Sep 05, 2001 at 06:00:47PM -0700, Chris Lupo wrote:
> You should be able to do
> -fno-schedule-insns and -fno-schedule-insns2
>
> to turn the scheduler off. You can verify by doing
> -Wreorder
>
> This will tell you when something is reordered.
>
> As a note, these optimizations above all are supposed to maintain program
> integrity. Meaning they shouldn't change the output.
But only if the programmer isn't making unsafe assumptions.
Optimization can be a good way for a programmer to discover poor
practices.
Micah