need to focus on java performance?
Per Bothner
per@bothner.com
Wed May 24 01:31:00 GMT 2006
Bryce McKinlay wrote:
> (there's also some runtime
> access checking that occurs as part of reflection).
> ... Andrew recently made an
> improvement here that should reduce these checks significantly: the
> compiler now passes the calling class directly to certain common
> functions that need it.
Does this include the reflection methods that need to check the
caller? If not, that might be a worthwhile optimization.
--
--Per Bothner
per@bothner.com http://per.bothner.com/
More information about the Java
mailing list