investigate using gnu visibility attributes to improve link times
ericniebler opened this issue · 2 comments
ericniebler commented
Experiment with tagging all internal implementation details with __attribute__((__hidden__))
, or hide the symbols with pragmas. See if link time improves.
lukeyeh commented
hi @ericniebler is this still up for grabs? happy to give it a go.
ericniebler commented
Still up for grabs. I have no idea if this will make any difference, but worth a shot.