This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: news item for inliner
- From: Tom Tromey <tromey at redhat dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 21 Aug 2002 13:16:37 -0600
- Subject: Patch: FYI: news item for inliner
- Reply-to: tromey at redhat dot com
I'm checking this in.
This adds a gcj news item for Andrew's inliner work.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* index.html: Mention inliner.
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.110
diff -u -r1.110 index.html
--- index.html 25 Jul 2002 22:19:50 -0000 1.110
+++ index.html 21 Aug 2002 19:16:35 -0000
@@ -74,6 +74,11 @@
<!-- News entries start here -->
<tr><td valign="top">
+<b>August 16, 2002</b>
+</td><td>
+Andrew Haley updated the gcc tree-based inliner to work for gcj.
+</td></tr>
+
<b>July 25, 2002</b>
</td><td>
Kaz Kojima has implemented the necessary support in FFI and libjava