On Sat, 27 Oct 2001 03:47, Berin Loritsch wrote:
> Peter Donald wrote:
> > Hi,
> >
> > I just noticed you were applying a number of optimizations that aren't
> > really needed. Private members are implicitly final methods and thus
> > there is no need to redundently mark them as such. Methods declared in a
> > final class are also final methods and thus there is no reason to
> > redundently specify final in this cas either.
>
> Really, then why did I see 20% increase in performance?

where you compiling the bytecode with optimize on? which JVM are you using? 
which compiler were you using? hard to say without more information. It may 
be some brain dead behaviour from suns javac if you are using an old version 
of it.

-- 
Cheers,

Pete

------------------------------
Kitsch never goes out of style
------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to