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: Dacapo Benchmark suite


>>>>> "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


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