Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 1999 04:09:28 -0700 (PDT)
From:      Amancio Hasty Jr <hasty@netcom.com>
To:        freebsd-chat@FreeBSD.ORG
Subject:   gcj 
Message-ID:  <199906101109.EAA00931@netcom12.netcom.com>

next in thread | raw e-mail | index | archive | help

Has anyone managed to get gcj running?

I did a couple of quick and dirty hacks over here and 
managed to get it to run..

/usr/local/jdk1.1.7/bin/java Sieve
Running Sieve benchmark.
This will take about 10 seconds.
192 iterations in 10.006 seconds
Sieve score = 19

{hasty} ./Sieve
Running Sieve benchmark.
This will take about 10 seconds.
10543 iterations in 10.0 seconds
Sieve score = 1054                    

The last one run was compiled with gcj:
gcj -O2 -o Sieve -v Sieve.java --main=Sieve        

	Cheers
	Amancio


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906101109.EAA00931>