[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: computer-go: Sharing Go modules - ready for download



> I'll remove the import statements so that it will be OK for 
> any compiler.
> Until I upload it again, please take out the offending 
> statements in the
> meantime. All the necessary source-files should be there.

OK. I didn't need to recompile anyway, because the time is exactly the same
after I did.

> > > When I tried IBM's 1.2.2 VM it took almost 30% longer to
> > > complete the tests
> > > than with the Symantec VM. Sun's 1.3 VM (don't know if it's
> > > HotSpot or not)
> > > takes 60% longer.
> > >
> > > I think a lot depends on being lucky that a particular VM has
> > > optimized
> > > interpreting the kind of statements a program predominantly uses.

(Windows 2000, Pentium III 800 MHz)
Sun's JDK    1.2.0       1.3.0
Ladder       7711 ms     7691 ms
Geta         7862 ms     7812 ms
Influence    1662 ms     1622 ms

Could be a good benchmark for selecting Java VMs optimized for Go!