Did you bother to try debugging with those binaries? Did you check to make sure variables are not being compiled away? I'm curious about how the compiler is supposed to do any optimization at all if it has to preserve variables under all circumstances.
I don't doubt that debugging with those binaries is a dubious proposition at best
What is the point of compiling binaries in this mode? You don't get full optimal performance, so you can't do performance testing.
It's NOT executing the same code that it would in "debug" mode, so you are NOT going to see every instruction get executed, because the compiler IS removing code, look at the benchmarks
I wonder how long it takes to compile the binaries that save you a few seconds of debugging time? Just the time spent modifying the build scripts is a waste
If this new mode is so sweet, why isn't it the default? If it actually works, what would be the point of NOT using it as the default compilation mode?


Reply With Quote
