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]

[wwwdocs] tree-cleanup-branch created


As I proposed earlier, I have created a branch for all the cleanup work
I'm doing on the tree optimizers.  The branch has the very narrow goal
of cleanup work in the tree optimizers.  Things like removing design
warts from existing passes, overlaps (like one pass doing the job of
another), resequencing the optimizers, compile and runtime speedups.

Major passes and/or overhauls to fundamental data structures are in
general discouraged because I would like this cleanup work to be ready
for 4.1 stage1.

The branch tag is tree-cleanup-branch.  ChangeLog entries should go to
ChangeLog.tcb.  Discussions about the branch should be prefixed with
[tcb].  The usual commit and testing rules apply.

I will be adding the copy propagation implementation shortly.


This is a patch for cvs.html.  OK?


Diego.

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.152
diff -d -c -p -r1.152 cvs.html
*** cvs.html	8 Sep 2004 05:37:24 -0000	1.152
--- cvs.html	18 Sep 2004 14:29:24 -0000
*************** particular releases or snapshots or the 
*** 211,216 ****
--- 211,225 ----
    Patches should be marked with the tag <code>[cs]</code> in the subject
    line.</dd>
  
+   <dt>tree-cleanup-branch</dt>
+   <dd>This branch contains improvements and reorganization to the
+   tree optimizers that were not ready in time for GCC 4.0.  The
+   goal is to cleanup the tree optimizers and improve the sequencing
+   of the passes. The branch is maintained by Diego Novillo.
+   Patches and discussion related to the branch should be marked
+   with the tag <code>[tcb]</code> in the subject line.  The usual
+   contribution and testing rules apply.</dd>
+ 
  </dl>
  
  <h4>Architecture-specific</h4>



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