[Webkit-unassigned] [Bug 22030] New: Make EventNames usable from multiple threads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 1 08:03:44 PDT 2008


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

           Summary: Make EventNames usable from multiple threads
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


Event names are used in classes that will be used in worker threads. It is
probably impractical to attempt making atomic strings fully thread safe (usable
from multiple threads at once), so each thread needs to have its own
stringTable, and its own instance of global strings.

Patch forthcoming.


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



More information about the webkit-unassigned mailing list