This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: FYI: Update 3.2 changes page and add java news item


I'm checking this in.

It adds a news item to the 3.2 changes page and the java page.

Tom

Index: gcc-3.2/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/changes.html,v
retrieving revision 1.17
diff -u -r1.17 changes.html
--- gcc-3.2/changes.html 24 Jun 2002 08:57:01 -0000 1.17
+++ gcc-3.2/changes.html 24 Jun 2002 20:40:47 -0000
@@ -107,6 +107,9 @@
 
     <li>The JDK 1.4 <code>assert</code> facility has been
     implemented.</li>
+
+    <li>The bytecode interpreter is now direct threaded and thus
+    faster.</li>
   </ul>
 
 <h3>Fortran</h3>
Index: java/ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* index.html: Mention direct threading patch.

Index: java/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.106
diff -u -r1.106 index.html
--- java/index.html 21 Jun 2002 06:06:40 -0000 1.106
+++ java/index.html 24 Jun 2002 20:40:48 -0000
@@ -74,6 +74,14 @@
 <!-- News entries start here -->
 
 <tr><td valign="top">
+<b>June 24, 2002</b>
+</td><td>
+Tom Tromey has checked in a patch that makes the bytecode interpreter
+use direct threading.  This gives the interpreter a performance
+boost.
+</td></tr>
+
+<tr><td valign="top">
 <b>June 21, 2002</b>
 </td><td>
 The <code>java.sql</code> and <code>javax.sql</code> packages were updated


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