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]

RE: Thoughts about static linking and reducing size of binaries


Bryce wrote:
> Does it really work for virtual functions? Wouldn't java interface calls
> etc confuse it?

It should work for C++ virtual functions (and, presumably, java virtuals),
but the linker will need to be taught about interfaces.

AG


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