TerryinMD
Veteran Member
Way back when.... mid 70's or so. We use to write the initial code in Fortran or another favorite high level language. Our compilers typically had the option of converting the code to assembly. The resulting code was somewhat cumbersome, but we could then go in a fine tune the code in assembly language.
Another feature on those older compilers was an optimization level during compilation. When you cranked up the optimization level, the compiler would parse the resulting code to remove ineffecentcies and rearrange the code to take advantage of the machines built in capabilities. You could sometimes gain a 10% decrease in runtime.
Ahhhh..... the good ol' days.... coffee, cigarettes, late nights, and late night team sessions after work at the local watering hole celebrating a small victory. /w3tcompact/icons/wink.gif/w3tcompact/icons/smile.gif
Terry
Another feature on those older compilers was an optimization level during compilation. When you cranked up the optimization level, the compiler would parse the resulting code to remove ineffecentcies and rearrange the code to take advantage of the machines built in capabilities. You could sometimes gain a 10% decrease in runtime.
Ahhhh..... the good ol' days.... coffee, cigarettes, late nights, and late night team sessions after work at the local watering hole celebrating a small victory. /w3tcompact/icons/wink.gif/w3tcompact/icons/smile.gif
Terry