Do we have any documentation for how the current symbol export system for WTF/JSC is supposed to work? I'm hitting errors when trying to move WTF files to their own libwtf.a, such as: https://bugs.webkit.org/show_bug.cgi?id=81838 and http://pastebin.com/dVjV8UiR But looking at http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/wtf/ExportMacros.... It appears most of those macros are never used! (Like WTF_EXPORT_CLASS, for example.) So when trying to resolve errors such as: https://bugs.webkit.org/show_bug.cgi?id=81838#c8 The path is unclear. Perhaps there is a wiki somewhere on how this system is supposed to work? -eric
I'll write a draft so that ports' expert can fill missing pieces. -- morrita On Thu, Mar 22, 2012 at 9:49 AM, Eric Seidel <eric@webkit.org> wrote:
Do we have any documentation for how the current symbol export system for WTF/JSC is supposed to work?
I'm hitting errors when trying to move WTF files to their own libwtf.a, such as: https://bugs.webkit.org/show_bug.cgi?id=81838 and http://pastebin.com/dVjV8UiR
But looking at http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/wtf/ExportMacros....
It appears most of those macros are never used! (Like WTF_EXPORT_CLASS, for example.)
So when trying to resolve errors such as: https://bugs.webkit.org/show_bug.cgi?id=81838#c8
The path is unclear.
Perhaps there is a wiki somewhere on how this system is supposed to work?
-eric _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
participants (2)
-
Eric Seidel
-
Hajime Morrita