Re: C symbol table structures

"Dave Hanson" <drh@microsoft.com>
11 Jan 1999 14:36:40 -0500

          From comp.compilers

Related articles
C symbol table structures mac@coos.dartmouth.edu (1999-01-02)
Re: C symbol table structures kadhim@lucent.com (Basim Kadhim) (1999-01-04)
Re: C symbol table structures heinrich@idirect.com (1999-01-06)
Re: C symbol table structures drh@microsoft.com (Dave Hanson) (1999-01-11)
Re: C symbol table structures resslere@erols.com (Gene Ressler) (1999-01-17)
| List of all articles for this month |

From: "Dave Hanson" <drh@microsoft.com>
Newsgroups: comp.compilers
Date: 11 Jan 1999 14:36:40 -0500
Organization: Microsoft Research
References: 99-01-005 99-01-019 99-01-025
Keywords: C, symbols

The scheme used in lcc is similar to those mentioned in previous articles,
but adds a few performance twists. For details, see Fraser & Hanson, "A
Retargetable Compiler for ANSI C," SIGPLAN Notices 26 (4), 29-43, 10/91,
which is available online at
http://www.research.microsoft.com/~drh/pubs/overview.pdf. It's also
described in chap. 3 of lcc book
(http://www.cs.princeton.edu/software/lcc/).
dave hanson


Post a followup to this message

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