Yes.

1. "default" visibility will contribute the loading time.
2. also it's possible to relocate the symbol provided by another linked 
library.

but if it's protected or hidden these symbols won't be relocated anymore 
during loading.

On Tuesday, March 21, 2017 at 8:49:26 PM UTC+8, David Collier-Brown wrote:
>
> Hidden isn't used by Go at this time, but if it's part of the elf 
> tradition, then the term probably refers to the same thing that 
> Sunw_PRIVATE did on Solaris: this symbol can only be used within the 
> library, not by anyone outside it.
>
> It's a tiny bit of a kludge: we didn't realize we needed a "binder"[1]  to 
> remove symbols we didn't want visible, so we declared them private and 
> complained when they were used by anything other than a system library.
>
> Were you thinking of this kind of use, or did you have soemthing else in 
> mind? 
>
> --dave
> [1. http://multicians.org/mgb.html]
>
> On Monday, March 20, 2017 at 7:51:56 AM UTC-4, Song Liu wrote:
>>
>> But it seems that all the symbols from this library is "DEFAULT", is 
>> there a way to use the "HIDDEN" symbol visibility by default, but "DEFAULT" 
>> only for the API exposed by this library.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to