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]

[wwwdocs] Mention tree-profiling-branch in cvs.html


Hi,

All branches should be mentioned in cvs.html, but this one is
not mentioned yet.

OK?

Gr.
Steven

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.130
diff -c -3 -p -r1.130 cvs.html
*** cvs.html	15 Feb 2004 00:46:14 -0000	1.130
--- cvs.html	5 Mar 2004 23:41:03 -0000
*************** particular releases or snapshots or the
*** 196,201 ****
--- 196,210 ----
    <dd>Work on implementing SSA analysis and optimization for trees
    is done in this branch.</dd>

+   <dt>tree-profiling-branch</dt>
+   <dd>A sub-branch of tree-ssa for the development of profiling heuristics
+   and profile based optimizations for trees, such as profile driven inline
+   heuristics.  Another goal of this branch is to demonstrate that maintaining
+   the CFG and profile information over expanding from GIMPLE trees to RTL
+   is feasible and can bring considerable performance improvements.  This
+   branch shall contain only patches not acceptable for tree-ssa because of
+   the pre-merge freeze.</dd>
+
    <dt><a href="projects/tree-ssa/lno.html">lno-branch</a></dt>
    <dd>A sub-branch of tree-ssa that aims at implementing a loop
    nest optimizer at the tree level.</dd>


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