This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Native compilation article
- From: Tom Tromey <tromey at redhat dot com>
- To: "Martyn Honeyford" <MARTYNH at uk dot ibm dot com>
- Cc: java at gcc dot gnu dot org
- Date: 29 Jan 2002 12:31:12 -0700
- Subject: Re: Native compilation article
- References: <OFDBD220D3.60B79243-ON80256B50.0057A1A3@portsmouth.uk.ibm.com>
- Reply-to: tromey at redhat dot com
>>>>> "Martyn" == Martyn Honeyford <MARTYNH@uk.ibm.com> writes:
Martyn> When I have time, I will alter Prime.java to use ints and
Martyn> publish the results on the discussion forum.
If you have the time, try a few versions of gcj, and experiment with
the optimizations. gcj 3.1 should beat all previous versions. Also,
experimenting with optimization levels and flags accurately reflects
real-world use, in my opinion. People who care about the performance
of their code regularly do this.
Martyn> Anyone know if it is possible to produce win32 binaries using
Martyn> gcj?
Adam Megacz has had some success with this, but his gcj changes are
not yet in our tree. So for the time being the answer is "no".
Tom