Organization and symbol lookup for shared libraries
Per Bothner
per@bothner.com
Wed Nov 10 16:54:00 GMT 2004
Bryce McKinlay wrote:
> Its also important to remember that all of this only happens if an
> attempt is made to resolve a class that wasn't explicitly linked. "hello
> world", nor any app that only uses libgcj or other libraries that are
> explicitly linked with "-l", will not incur any of this overhead.
Also, if at compile-time we reference class T using L.jar, at run-time
we ahould only look in L.so.
--
--Per Bothner
per@bothner.com http://per.bothner.com/
More information about the Java
mailing list