I've been reading up on symbol visibility. From what I've read so far, code
with hidden symbols compiles more efficiently than code that has all symbols
exposed, so it would seem that in itself is a good reason to do it.

It also seems that using a linker script is not as good as using
'-fvisibility=hidden' with only the wanted functions exposed. At the moment I
don't understand exactly where or how this should be applied. Indeed, I don't
even know which ones need to be exposed :(

-- 
Will J Godfrey
https://willgodfrey.bandcamp.com/
http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.


_______________________________________________
Yoshimi-devel mailing list
Yoshimi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/yoshimi-devel

Reply via email to