Re: Is this a new idea?

andrewb@lynx.cs.washington.edu (Andrew Berg)
Mon, 16 Nov 1992 00:38:33 GMT

          From comp.compilers

Related articles
[10 earlier articles]
Re: Is this a new idea? henry@zoo.toronto.edu (1992-11-08)
Re: Is this a new idea? clyde@hitech.com.au (1992-11-07)
Re: Is this a new idea? dlarsson%abbaut@Sweden.EU.net (1992-11-11)
Re: Is this a new idea? macrakis@osf.org (1992-11-11)
Re: Is this a new idea? pardo@cs.washington.edu (1992-11-12)
Re: Is this a new idea? thinkage!dat@math.uwaterloo.ca (1992-11-11)
Re: Is this a new idea? andrewb@lynx.cs.washington.edu (1992-11-16)
Re: Is this a new idea? drw@euclid.mit.edu (1992-11-16)
Re: Is this a new idea? firth@sei.cmu.edu (1992-11-17)
Re: Is this a new idea? clyde@hitech.com.au (1992-11-18)
Re: Is this a new idea? macrakis@osf.org (1992-11-20)
| List of all articles for this month |

Newsgroups: comp.compilers
From: andrewb@lynx.cs.washington.edu (Andrew Berg)
Organization: Computer Science & Engineering Dept., Univ. of Washington, Seattle
Date: Mon, 16 Nov 1992 00:38:33 GMT
Keywords: lex, parse, performance
References: 92-11-056

Pre-tokenization is probably a good idea, but one that Borland has used
since Borland C++ 2.0 is pre-compiled headers. They have (needlessly)
strict rules on what the system will do, but since header files in C
typically only introduce information to the symbol table anyhow (at least
in my header files) this would seem to me to be a real advantage in any
large system.


--
andrewb@cs.washington.ed
--


Post a followup to this message

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