If the application "requires" that loop, the compiler would not optimize it 
away. As @Araq said, optimizations can do a lot of stuff (removing entire 
loops, functions, etc), but they won't change logic of your application

Reply via email to