Things like debugging information and bound checking are only needed during
the development and the initial usage. However, when I run a
computationally intensive experiment in the production mode, I want the
results as soon as possible! I know that the program is correct and I do
not want to wait for another week for no good reason!.. Is there a way to
tell the compiler to get rid of the things that slow down the production
run? If not, why not?
the development and the initial usage. However, when I run a
computationally intensive experiment in the production mode, I want the
results as soon as possible! I know that the program is correct and I do
not want to wait for another week for no good reason!.. Is there a way to
tell the compiler to get rid of the things that slow down the production
run? If not, why not?