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] | |
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.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |