This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: single parse vs multi parse


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]