Index: cvs.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v retrieving revision 1.132 retrieving revision 1.133 diff -u -p -c -r1.132 -r1.133 *** cvs.html 8 Mar 2004 19:37:33 -0000 1.132 --- cvs.html 25 Mar 2004 20:34:15 -0000 1.133 *************** particular releases or snapshots or the *** 155,164 ****
compile-server-branch
!
This branch is aimed at improving compile speed by caching ! work done between compilations. The work saved is mainly related ! to header file processing. Patches should be marked with the tag [cs] in the subject line.
csl-arm-branch
--- 155,179 ----
+
apple-ppc-branch
+
This branch is for various improvements in use at Apple and to + coordinate work with others. This branch is maintained by the folks + at Apple. Patches should be marked with the tag + [apple-ppc] in the subject line.
+ +
stree-branch
+
This branch is for improving compilation speed and reducing + memory use by representing declarations as small flat data + structures whenever possible, lazily expanding them into full trees + when necessary. This branch is being maintained by Matt Austern, + Robert Bowdidge, Geoff Keating and Mike Stump. Patches should be + marked with the tag [stree] in the subject line.
+
compile-server-branch
!
This branch is aimed at improving compile speed by caching work ! done between compilations. The work saved is mainly related to ! header file processing. This branch is maintained by Mike Stump and ! Per Bothner. Patches should be marked with the tag [cs] in the subject line.
csl-arm-branch
*************** particular releases or snapshots or the *** 247,260 ****
java-gui-branch
This is a temporary branch for development of java GUI libraries (AWT and Swing) in the libjava directory.
- -
stree-branch
-
This branch is for improving compilation speed and reducing - memory use by representing declarations as small flat data - structures whenever possible, lazily expanding them into full trees - when necessary. This branch is being maintained by Matt Austern, - Robert Bowdidge, and Geoff Keating. Patches should be marked with - the tag [stree] in the subject line.
--- 262,267 ----