From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cedric Berger To: green@cygnus.com Cc: rhug-rhats@sources.redhat.com, java@gcc.gnu.org Subject: Re: Xalan: gcj -vs- jre 1.3 Date: Sat, 15 Sep 2001 14:13:00 -0000 Message-id: <3BA3C775.8070705@wireless-networks.com> References: <200109152041.NAA22016@fencer.cygnus.com> X-SW-Source: 2001-09/msg00030.html Anthony Green wrote: >Transform of rhug.rml via rhug-info.xsl took 219 ms > Do you understand, I hope, that this only measures the startup time of the VM. This is where GCJ shines and where GCJ will be very useful. Of course, nobody in is right mind will invoke the following command to transform XSL documents in a production environment. java org.apache.xalan.xslt.Process -IN rhug.rml -XSL rhug-info.xsl -OUT index.html -DIAG What would be interresting is to "daemonize" the process, and see how long it takes to transform a single document with a *running* VM. And also, of course, since you used the latest GCJ, would you care to do the same test with the latest JRE, which is 1.3.1_01 if I'm not mistaken? Cedric