[Webkit-unassigned] [Bug 27551] Make it possible to build JavaScriptCore as shared library without symbol lists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 18:01:33 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=27551





--- Comment #137 from Kevin Ollivier <kevino at theolliviers.com>  2011-04-06 18:01:32 PST ---
(In reply to comment #136)
> (In reply to comment #135)
> > (In reply to comment #134)
> > > Wow, does it really have to be done on every function like this?
> > 
> > If we don't export the whole class, yes.
> 
> Does exporting the whole class export all the private member functions too?

My understanding is that it does, as you might declare the class as a friend. gcc docs recommend using "hidden" visibility to hide any private stuff we don't want exposed, but I don't think there is such an option on Windows, at least, not without using a .def file.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list