[wwwdocs] PATCH: Mention java news item
Jeff Sturm
jsturm@one-point.com
Thu Sep 4 04:12:00 GMT 2003
OK?
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/ChangeLog,v
retrieving revision 1.401
diff -u -r1.401 ChangeLog
--- ChangeLog 2 Sep 2003 11:10:57 -0000 1.401
+++ ChangeLog 4 Sep 2003 03:59:38 -0000
@@ -1,3 +1,7 @@
+2003-09-03 Jeff Sturm <jsturm@one-point.com>
+
+ * index.html: Add a news item.
+
2003-09-02 Tom Tromey <tromey@redhat.com>
* libgcj-classpath-compare.html: Rebuilt.
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.132
diff -u -r1.132 index.html
--- index.html 28 Aug 2003 17:55:24 -0000 1.132
+++ index.html 4 Sep 2003 03:59:38 -0000
@@ -73,6 +73,15 @@
<!-- News entries start here -->
<tr><td valign="top">
+<b>September 3, 2003</b>
+</td><td>
+Jeff Sturm has adapted Jan Hubicka's call graph optimization code to gcj.
+This code improves gcj's method inlining abilities with support for
+out-of-order methods and inter-class method calls, along with improved
+code size heuristics. It is enabled by default when compiling at -O3.
+</td></tr>
+
+<tr><td valign="top">
<b>August 4, 2003</b>
</td><td>
Gary Benson from Red Hat has released
More information about the Java-patches
mailing list