This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: libstdc++, disable streams


> It'll be nice to allow one to disable streams while using all other
> c++ library stuff - it can significantly decrease executable size.
> STLport does allow that.

I am unconvinced. I spent a lot of time tuning for (shared, not static)
size. Static binary size is another question altogether, and I think the
proper place for work on this is not in the library itself, but more
intelligence in the linker.

-benjamin


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