This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: single parse vs multi parse
- From: Diego Novillo <dnovillo at redhat dot com>
- To: akey at fudan dot edu
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: 23 Apr 2002 09:23:16 -0400
- Subject: Re: single parse vs multi parse
- References: <20020423113143.9254.qmail@s9.bn3.com>
On Tue, 2002-04-23 at 07:31, akey@fudan.edu wrote:
> As our team leader concerns if I could feed this back into the GCC
> project, I want to ask if such change is acceptable or not, under the
> concern of the GCC team and FSF?
> Or to say, could GCC front end have multiparse and have interprocedure
> analysis?
>
As long as you limit yourself to IPA within a compilation unit, you
should be OK. The problem might arise when you try to work across
compilation units.
Diego.