This is the mail archive of the java@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]

Re: benchmark results [again]


Bryce McKinlay wrote:
> 
> Its great to see that GCJ is competitive here! Note that with this sort 
> of runtime, startup time can be a significant factor in your results, 
> and GCJ should always beat JITs there. It might be interesting to see 
> what happens with a larger data sets and thus longer runtimes. On some 
> benchmarks I've noticed that GCJ wins easily on smaller data sets but 
> Sun's Hotspot VM gains back the lead as the runtimes increase and it has 
> more time to optimize.

FWIW, the new JRE (1.5.0, J2SE 5, Java 5, <whatever>) has
a feature called Class Data Sharing (CDS) that might help
Sun's JRE startup times:

http://java.sun.com/j2se/1.5.0/docs/guide/vm/class-data-sharing.html

Ranjit.

-- 
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://ranjitmathew.hostingzero.com/


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