home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / compiler / 1889 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.1 KB  |  27 lines

  1. Newsgroups: comp.compilers
  2. Path: sparky!uunet!think.com!spdcc!iecc!compilers-sender
  3. From: andrewb@lynx.cs.washington.edu (Andrew Berg)
  4. Subject: Re: Is this a new idea?
  5. Reply-To: andrewb@lynx.cs.washington.edu (Andrew Berg)
  6. Organization: Computer Science & Engineering Dept., Univ. of Washington, Seattle
  7. Date: Mon, 16 Nov 1992 00:38:33 GMT
  8. Approved: compilers@iecc.cambridge.ma.us
  9. Message-ID: <92-11-080@comp.compilers>
  10. Keywords: lex, parse, performance
  11. References: <92-11-056@comp.compilers>
  12. Sender: compilers-sender@iecc.cambridge.ma.us
  13. Lines: 12
  14.  
  15. Pre-tokenization is probably a good idea, but one that Borland has used
  16. since Borland C++ 2.0 is pre-compiled headers.  They have (needlessly)
  17. strict rules on what the system will do, but since header files in C
  18. typically only introduce information to the symbol table anyhow (at least
  19. in my header files) this would seem to me to be a real advantage in any
  20. large system.
  21.  
  22. --
  23. andrewb@cs.washington.ed
  24. -- 
  25. Send compilers articles to compilers@iecc.cambridge.ma.us or
  26. {ima | spdcc | world}!iecc!compilers.  Meta-mail to compilers-request.
  27.