Dacapo Benchmark suite
Tom Tromey
tromey@redhat.com
Sat May 5 03:53:00 GMT 2007
>>>>> "Eric" == Eric Bodden <eric.bodden@mail.mcgill.ca> writes:
Eric> Hmm, I am not sure whether I can help you with that. Usually we here
Eric> first compile DaCapo using standard javac and then optimize the
Eric> produced bytecode. In general, DaCapo is built using several ant
Eric> scripts. That might make your job quite hard, actually.
Eric> Does gcj use the very same command line parameters as javac? Or does
Eric> it even come with its own ant task? Then you could probably make the
Eric> ant script believe that your gcj is actually just some version of
Eric> javac...
Probably the simplest thing is to just go ahead and compile with
whatever javac you have, then compile the jars to object code.
ant does have a gcj adapter, but if you are using the svn trunk you
might as well use the ecj adapter instead. If you're on a recent free
OS, Fedora springs to mind :), then javac points to ecj already and
ant is set up to use it automatically.
Tom
More information about the Java
mailing list