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: | Tony Finch <dot@dotat.at> |
Newsgroups: | comp.compilers |
Date: | 18 Mar 2008 14:11:18 +0000 (GMT) |
Organization: | dotat labs |
References: | 08-03-067 |
Keywords: | performance, interpreter |
Posted-Date: | 18 Mar 2008 10:17:28 EDT |
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?
Perhaps you should looks at scripting language implementations, where the
code has to be compiled every time it is run, so compilation needs to be
fast. For example, the Lua interpreter compiles code to a register-based
virtual machine so its front end has a structure very similar to a simple
stand-alone compiler.
Tony.
--
f.anthony.n.finch <dot@dotat.at> http://dotat.at/
CROMARTY FORTH TYNE DOGGER: NORTHWEST 5 TO 7, PERHAPS GALE 8 LATER IN DOGGER.
MODERATE OR ROUGH. SHOWERS, SOME WINTRY. MAINLY GOOD.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.