[Webkit-unassigned] [Bug 41072] Remove the JSLock when JSC_MULTIPLE_THREADS is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 11:24:40 PDT 2010


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





--- Comment #1 from Mark Rowe (bdash) <mrowe at apple.com>  2010-06-23 11:24:40 PST ---
If’ing every use of JSLock would be incredibly ugly.  If the implementation of JSLock when JSC_MULTIPLE_THREADS  is not defined is empty and defined inline in a header any decent compiler will completely optimize this code away.  That’s a much cleaner solution than touching every single place that JSlock is used.

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