You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2001/12/06 01:50:42 UTC

Re: PUBLIC POLL: final static

William Uther <wi...@cs.cmu.edu> writes:

>   I'm a lurker on this list.  I was just wondering some things:
>
>   i) Is there is ANY performance difference on a modern Java VM?
>   Hotspot should inline accessor functions when it does the compile to
>   native code.

Both Hotspot client and server VMs will eventually compile the
accessors.

>   ii) Even if there is a performance difference, is it likely to be
>   significant?

Even in a non-Hotspot JVM the performance difference is insignificant
(especially when compared to the base overhead of the VM).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org