[Webkit-unassigned] [Bug 31191] New: [v8] get rid of unnecessary synchronization in weak reference callbacks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 15:23:42 PST 2009


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

           Summary: [v8] get rid of unnecessary synchronization in weak
                    reference callbacks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org
                CC: snej at chromium.org


Currently browser and renderer execute V8-related code (including GC) in the
main thread.  So a lot of synchronization is actually unused and only makes us
slower.

I don't do the full cleanup (but would do on request) to make it easier to
rollback this synchronization infrastructure if need be.  On the other side
that's exactly what version control should do.

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