[Webkit-unassigned] [Bug 180109] New: CodeBlock::~CodeBlock takes 1us on average

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 28 13:50:30 PST 2017


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

            Bug ID: 180109
           Summary: CodeBlock::~CodeBlock takes 1us on average
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

It seems like it takes about 1us to destruct a CodeBlock in Speedometer.  That's crazy.

Maybe this is inherent.  In that case, we should consider parallelizing the destruction.  Maybe we should make it easy to parallelize destruction, for those types that don't have to be tied to thread-unsafe ref counting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171128/341b965f/attachment.html>


More information about the webkit-unassigned mailing list