Closed Bug 336369 Opened 18 years ago Closed 11 years ago

consider making NS_NO_VTABLE imply hidden visibility

Categories

(Core :: XPCOM, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: dbaron, Unassigned)

Details

[From bug 336083 commment 7.]

I suspect that on versions of gcc that support class-level visibility, we could make NS_NO_VTABLE be __attribute__((visibility("hidden"))).  That wouldn't be as powerful as what happens on windows, but it would lead to fewer default-visibility symbols, I think -- I've seen default-visibility vtables and similar things.

This would, of course, only be a backstop until the #pragma-visibility stuff works well enough that we use it.  Which also means it should work -- at least if it depends on IMETHOD_VISIBILITY.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.