Our bloat problem
Posted Aug 4, 2005 9:04 UTC (Thu) by
rakoch (guest, #4666)
Parent article:
Our bloat problem
On Windows one usually specifies which symbols get exported while on Linux
the default is that everything gets exported. Reducing the number of
symbols in the library can make loading an application significantly
faster since fewer symbols need resolving. I wonder how much faster
OpenOffice will load when using this
patch to GCC:
http://www.nedprod.com/programs/gccvisibility.html
and explicitly specify in the code which class is private to the library
and which is public.
-Rudiger
(
Log in to post comments)