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: Native compilation article


On Fri, 2002-01-25 at 06:26, shudo@computer.org wrote:
> I have made performance comparisions of many runtime
> systems including GCJ:
> 
>   http://www.shudo.net/jit/perf/

Hey, this is cool.  What surprised me was the number of time compiling
.class files beat out compiling .java files.  I wonder why that
happens...

I suppose "gcj -O2" is a reasonable guess at picking right compiler
options, although "-O3" is supposed to be the general `maximum
optimization' flag.  I'd love to see results with different options used
(-O3, different alignment options, basic block reordering, -mcpu=***,
etc).

Thanks for making this work available!  

AG



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