[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
Thu Jul 15 14:42:13 PDT 2010


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





--- Comment #57 from Darin Adler <darin at apple.com>  2010-07-15 14:42:12 PST ---
I’ve done large patches like this before.

A good way to get a change like this landed without having to maintain a giant patch is to get agreement on the approach, put in placeholder macros that do nothing, and then get patches landed that deploy the macros in various parts of the code, with the macros not yet functioning.

Then the last patch will just be throwing the switch and turning this on. That one is hard to make work successfully, but easy to merge.

-- 
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