Jon Forrest wrote:
> Is this because modern hardware is so fast that it
> isn't worth developing compilers and linkers optimized for speed?
The Mac OS X development package Xcode has, for the development phase, a
"zero-link" feature - the code is not linked at all, except at need at
runtime.
> By using proper command line arguments to gcc, can you get
> quasi-Turbo performance compared to using arguments that result in
> highly-optimized code?
When developing in Haskell, one can use the interpreter Hugs, or GHCi,
and then make binaries using the compiler GHC. The programs runhugs and
runhaskell can interpret Haskell scripts.
Hans Aberg


|