Related articles |
---|
Making PCC a two-pass compiler leor@pyr.gatech.edu (1988-07-27) |
Re: Making PCC a two-pass compiler ps@celerity.UUCP (1988-08-01) |
From: | leor@pyr.gatech.edu (Leor Amikam) |
Newsgroups: | comp.compilers,comp.lang.c |
Keywords: | C Compilers, PCC |
Date: | 27 Jul 88 22:09:39 GMT |
Distribution: | usa |
Organization: | Georgia Institute of Technology |
HELP!! I'm currently working on a project to write an
intermediate code optimizer for the UNIX portable C compiler.
Our system has the compiler set up for a one-pass. I'm having
greate difficulties generating the two-pass version of pcc.
Has anyone generated the two-pass version, and how do I do it?
--
LEOR AMIKAM
Georgia Insitute of Technology, PO Box 34602 Atlanta Georgia, 30332
uucp: ...!{akgua,allegra,amd,hplabs,ihnp4,seismo,ut-ngp}!gatech!gitpyr!leor
ARPA: leor@pyr.ocs.gatech.edu
[Though PCC was originally written as a two-pass compiler, the two passes
were glommed together in about 1979 and as you can imagine, there has been
considerable bit rot in the unused two-pass code since. Unless someone has
reseparated the passes recently, you're in for some work. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.