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]

Create split stack development branch


I have created a development branch for stack splitting:
/svn/gcc/branches/split.  This is for the work described at
http://gcc.gnu.org/wiki/SplitStacks .  I committed this change to
svn.html.

Ian


Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.135
diff -u -r1.135 svn.html
--- svn.html	16 Sep 2009 18:58:26 -0000	1.135
+++ svn.html	26 Sep 2009 00:31:22 -0000
@@ -275,6 +275,12 @@
   Starynkevitch <a href="mailto:basile@starynkevitch.net";>basile@starynkevitch.net</a>. Use
   the <code>[MELT]</code> tag for patches.</dd>
 
+  <dt>split</dt>
+  <dd>For development of stack splitting, as described
+  on <a href="http://gcc.gnu.org/wiki/SplitStacks";>the gcc wiki</a>.
+  This branch is maintained by Ian Lance Taylor.  Patches should be
+  marked with the tag <code>[split]</code> in the subject line.</dd>
+
   <dt>stack</dt>
   <dd>This branch contains a new stack alignment framework to
   automatically align stack for local variables with alignment requirement.

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