This is the mail archive of the gcc-patches@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: [PATCH]: Interprocedural detection of readonly and non-addressable static variables


On Wed, Jun 08, 2005 at 06:04:12PM +0200, Gabriel Dos Reis wrote:

> I think it makes sense to put the core files in a seperate directory,
> say gcc/ipa.  That helps strenghting the GCC structure. We have too
> much of otherwise reasonably partitioned component files lumped
> together in gcc/. 
> 
Disagree.  We still don't know if IPA will be a sub-directory of
its own or clustered with other tree-ssa files in opt/tree-ssa,
or opt/ipa or opt/tree-ssa/ipa and opt/rtl/ipa ...

IMO, this is should be done at once as part of a global directory
re-structure, not incrementally.


Diego.


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