[PATCH] New Swarm `Done with GCJ' entry.

Alexandre Petit-Bianco apbianco@cygnus.com
Wed Jun 28 19:46:00 GMT 2000


With Marcus G. Daniels's approval, I'm checking this in.

./A

Wed Jun 28 19:42:41 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * done.html: Added Swarm entry.

Index: done.html
===================================================================
RCS file: /cvs/java/htdocs/done.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- done.html   2000/06/28 23:33:16     1.2
+++ done.html   2000/06/29 02:43:43     1.3
@@ -76,13 +76,34 @@
        </td>
       </tr>       
       <!-- End Autonomous Haulage -->
+      <!-- Swarm -->
+      <tr valign=top>
+        <td><B>Swarm</B></td>
+
+       <td>Swarm is a fine-grained distributed discrete event
+           simulator.  Swarm is mainly used for agent-based
+           (bottom-up) modeling.  Swarm is not written in Java, but
+           it has a JNI layer.  It was done with JNI at first for
+           portability.  And, since the simulator is not implemented
+           in C++, it wasn't expected to see major benefits from CNI...
+
+           The tested configuration relies on Kaffe as equipped
+           with gcj support.  On Intel Debian 2.2, up to 30%
+           performance gains over Kaffe's jit3 were witnessed.
+        </td>
+        <td><A HREF=" http://www.swarm.org ">Swarm</A>. 
+            <A HREF=" http://sourceware.cygnus.com/ml/java-discuss/2000-06/msg00084.html ">Entry</A> 
+            submitted by <A HREF=" mailto:mgd@swarm.org ">Marcus G. Daniel</A>.
+        </td>
+      </tr>
+      <!-- End Swarm -->
       </table>
     </td>
   </tr>
 </table>
 <hr>
 <address> <a href="about.html">The GCJ team</a> <br>


More information about the Java-patches mailing list