search for: stv_proteced

Displaying 3 results from an estimated 3 matches for "stv_proteced".

Did you mean: stv_protected
2016 Mar 11
3
RFC: A new ABI for virtual calls, and a change to the virtual call representation in the IR
...-fsemantic-interposition to be the default. That is, on > ELF systems we would match GCC: with -fPIC we don't inline non-odr > symbols that end up as STV_DEFAULT. > > In summary, I think it is important that > > * a __attribute__((visibility("protected"))) maps to STV_PROTECED > * by default a decl with no attributes maps to STV_DEFAULT It’s not really my place to decide whether or not -fsemantic-interposition should be the default, so I’ll leave this up to others to debate. My instinct is that interposition is not actually important to very many people, and that th...
2016 Mar 11
2
RFC: A new ABI for virtual calls, and a change to the virtual call representation in the IR
> On Mar 11, 2016, at 11:26 AM, Rafael Espíndola <rafael.espindola at gmail.com> wrote: >> Now, there are a number of things about linkage that are kindof orthogonal, >> and it would be nice to model them more orthogonally. That would be a major >> change in representation, though. Absent the will to do that, I propose >> that we: >> - remove/deprecate
2016 Mar 11
2
RFC: A new ABI for virtual calls, and a change to the virtual call representation in the IR
...that we allow interposition, but calls within the linkage unit might ignore it, depending on how much our optimizer sees. That’s not a coherent position. >>> In summary, I think it is important that >>> >>> * a __attribute__((visibility("protected"))) maps to STV_PROTECED >>> * by default a decl with no attributes maps to STV_DEFAULT >> >> It’s not really my place to decide whether or not -fsemantic-interposition should be >> the default, so I’ll leave this up to others to debate. >> >> My instinct is that interposition is no...