Related articles |
---|
Is There Still a Need for "Turbo" Compilers? jlforrest@berkeley.edu (Jon Forrest) (2008-03-17) |
Re: Is There Still a Need for "Turbo" Compilers? DrDiettrich1@aol.com (Hans-Peter Diettrich) (2008-03-18) |
Re: Is There Still a Need for "Turbo" Compilers? nmh@t3x.org (Nils M Holm) (2008-03-18) |
Re: Is There Still a Need for "Turbo" Compilers? marcov@stack.nl (Marco van de Voort) (2008-03-18) |
Re: Is There Still a Need for "Turbo" Compilers? haberg_20080313@math.su.se (Hans Aberg) (2008-03-18) |
Re: Is There Still a Need for "Turbo" Compilers? jacob@nospam.org (jacob navia) (2008-03-18) |
Re: Is There Still a Need for "Turbo" Compilers? dot@dotat.at (Tony Finch) (2008-03-18) |
Re: Is There Still a Need for "Turbo" Compilers? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2008-03-18) |
Re: Is There Still a Need for "Turbo" Compilers? gene.ressler@gmail.com (Gene) (2008-03-18) |
Re: Is There Still a Need for "Turbo" Compilers? preston.briggs@gmail.com (preston.briggs@gmail.com) (2008-03-24) |
From: | Hans Aberg <haberg_20080313@math.su.se> |
Newsgroups: | comp.compilers |
Date: | Tue, 18 Mar 2008 10:47:05 +0100 |
Organization: | Aioe.org NNTP Server |
References: | 08-03-067 |
Keywords: | performance |
Posted-Date: | 18 Mar 2008 09:08:21 EDT |
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
Return to the
comp.compilers page.
Search the
comp.compilers archives again.