Subject: -fvisibility-inlines-hidden for large-ish C++ code [by default]?
To: None <tech-pkg@netbsd.org>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: tech-pkg
Date: 09/22/2007 02:39:08
For gcc4, I think it might pay to start enabling this on a per-package
basis (after the freeze, of course).  I don't know enough about it to
know if there are any common cases where this would be
contraindicated, though.

For smaller libraries, AFAIK this is not that important, but for huge
ones with lots of long symbol names, it significantly reduces the
amount of work the run-time linker has to do.

Opinions?

--Blair