Dumb question: does the 64-bit compiler (javac) generate different code than the 32-bit version, or is it just the jvm that matters? My reported speedups were soley from using the 64-bit jvm with jar files from the 32-bit compiler.
Peter On 1/26/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > Nice speedup! The extra registers in 64 bit mode hay have helped a little > too. > > -Yonik > > On 1/26/06, Peter Keegan <[EMAIL PROTECTED]> wrote: > > Correction: make that 285 qps :) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
