Re: Is There Still a Need for "Turbo" Compilers?

Marco van de Voort <marcov@stack.nl>
Tue, 18 Mar 2008 08:09:12 +0000 (UTC)

          From comp.compilers

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)
| List of all articles for this month |

From: Marco van de Voort <marcov@stack.nl>
Newsgroups: comp.compilers
Date: Tue, 18 Mar 2008 08:09:12 +0000 (UTC)
Organization: Stack Usenet News Service
References: 08-03-067
Keywords: performance
Posted-Date: 18 Mar 2008 09:08:04 EDT

On 2008-03-17, Jon Forrest <jlforrest@berkeley.edu> wrote:


> However, these days there aren't any "Turbo" language implementations
> that I'm aware of. Is this because modern hardware is so fast that it
> isn't worth developing compilers and linkers optimized for speed? By
> using proper command line arguments to gcc, can you get quasi-Turbo
> performance compared to using arguments that result in
> highly-optimized code?


Note that at least a significant part of the speed differences between
"Turbo*" and gcc don't come from optimization but the integration of
the various stages of the compiling process.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.