This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Organization and symbol lookup for shared libraries


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]