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]

benchmark result


hi,

Here are some benchmark results of gcc-3.4.3m gcc cvs HEAD from
yesterday and the sun jdk 1.4.2_04. The test application is a stochastic
simulator which is mostly CPU-bound and which was used such that its
random generators were always initialized with the same seed.

All measurements were consistent +/- 0.1 across multiple runs. gcc
itself was built with the default configure options. The application was
built with -O2 -Wall -gdwarf-2. If you need more information or other
test runs, please, let me know.

application build time:
3.4.3: 
	real: 12.25
	user: 5.87
	sys: 1.53
4.0.0: 
	real: 14.80
	user: 7.90
	sys: 1.97

application run time:
gcc 3.4.3:
	real: 10.46
	user: 10.36
	sys: 0.04
gcc 4.0.0:
	real: 11.57
	user: 11.42
	sys: 0.04
jdk 1.4.2 (--server):
	real: 7.45
	user: 7.26
	sys: 0.10

regards,
Mathieu
-- 


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