This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: Binary size of the libstdc++.so library



> Selective linking isn't appropriate for shared libraries, is it?
> We wouldn't want to exclude routines from the .so file that don't
> happen to be called from within that same library!

Well, "selective linking" was just wishful thinking, if not blatant
hucksterism. I keep hoping for it, though. . . :)

The named options attempt to 
1) optimize generated vtables (jason/rth know more about this than
I--hopefully they will step in and provide specifics)
2) put functions into individual sections.

Sorry about the poor choice of words.

-benjamin


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