This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: statically linked executable size
Per> Does Elf have a mechanism to specify that this object/library requires
Per> some other library? If so, then we can use that mechanism.
I don't know.
Bryce pointed out on irc that we don't even know how big the benefits
of this change might be. So, we should profile first... maybe it
won't amount to much.
Per> The idea that users should have to specify which libraries to link
Per> with is something I find totally lame.
Yeah, I agree.
If we switched to BC compilation as the default, most users wouldn't
notice.
Tom