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: [RFC] Thoughts on reordering the source tree


I'm in favor of such a reorganization, but would suggest:

(1) tree-* to go to gcc/tree-opt

(2) Not distinguish between the various rtl passes (why is sched "code
generation", for example?) and put all in gcc/rtl

(3) Not do this:
> - basic intermediate language support stays in gcc/ or goes to gcc/ir,
> or gcc/tree & gcc/rtl, etc.
but instead put them where they'd belong under the other rules.


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