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]

[PATCH]: Document structure aliasing branch in cvs.html


This patch documents the structure-aliasing-branch in cvs.html

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.155
diff -u -p -r1.155 cvs.html
--- cvs.html 3 Oct 2004 23:59:56 -0000 1.155
+++ cvs.html 5 Oct 2004 22:38:01 -0000
@@ -215,6 +215,17 @@ particular releases or snapshots or the
with the tag <code>[tcb]</code> in the subject line. The usual
contribution and testing rules apply. Patches should be CC'd
to Diego Novillo for final approval.</dd>
+ + <dt>structure-aliasing-branch</dt>
+ <dd>This branch contains improvements and reorganization to the
+ tree optimizers ability to do pointer-to-structure aliasing analysis and
+ optimization. This involves some significant rework of the way
+ our memory information is represented in the tree-ssa form.
+ The branch is maintained by Daniel Berlin.
+ Patches and discussion related to the branch should be marked
+ with the tag <code>[sa]</code> in the subject line. The usual
+ contribution and testing rules apply. Patches should be CC'd
+ to Daniel Berlin for final approval.</dd>


</dl>


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