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] beginner.html: Update sizes of huge files.


Hi,

Attached is a patch to update sizes of huge files.  flow.c is worth a
note.  Committed as obvious.

Kazu Hirata

Index: beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.34
diff -u -r1.34 beginner.html
--- beginner.html	2 Apr 2003 08:38:06 -0000	1.34
+++ beginner.html	13 Apr 2003 13:22:37 -0000
@@ -159,22 +159,22 @@
 targets:</p>
 
 <pre>
-	472k java/parse.y
-	440k cp/decl.c
-	428k combine.c
-	356k dwarf2out.c
-	336k expr.c
-	308k cp/pt.c
-	300k loop.c
-	248k cp/class.c
-	244k cse.c
-	240k flow.c
-	232k fold-const.c
-	228k c-decl.c
-	224k function.c
-	220k cp/typeck.c
-	220k c-typeck.c
-	204k dwarfout.c
+	487K java/parse.y
+	438K combine.c
+	436K cp/decl.c
+	382K dwarf2out.c
+	343K cp/pt.c
+	325K loop.c
+	319K expr.c
+	252K fold-const.c
+	241K cp/class.c
+	240K function.c
+	236K cse.c
+	225K dwarfout.c
+	216K c-typeck.c
+	211K c-decl.c
+	205K cp/typeck.c
+	128K flow.c
 </pre>
 
 <p>There are several other files in this size range, which I have left


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