[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
Sat Aug 8 11:01:59 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27551
Mark Rowe (bdash) <mrowe at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33773|review?(mrowe at apple.com) |review-
Flag| |
--- Comment #18 from Mark Rowe (bdash) <mrowe at apple.com> 2009-08-08 11:01:58 PDT ---
(From update of attachment 33773)
A couple of concerns and comments:
JS_EXPORTDATA is a confusing choice of name when the majority of things being
exported are functions.
There are a number of places that an entire class has been marked as being
exported even though only a single symbol is currently listed in
JavaScriptCore.exp and JavaScriptCore.def. ByteCodeGenerator, Parser and
ParserArena are the three that jump out at me for this reason.
It's not clear why WEBKIT_EXPORTDATA exists. It doesn't seem to be used
anywhere.
--
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