[Webkit-unassigned] [Bug 146466] New: Web Inspector: no need to allocate protocolErrors array for every dispatched backend command

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 12:29:14 PDT 2015


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

            Bug ID: 146466
           Summary: Web Inspector: no need to allocate protocolErrors
                    array for every dispatched backend command
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: burg at cs.washington.edu
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

This can be reused per domain dispatcher, removing one InspectorArray allocation per dispatched command in the normal case.

While this is done, can also extract the code for getting the parameters object out of the payload into the dispatcher's main dispatch method. This removes more duplicated code from every generated command binding.

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


More information about the webkit-unassigned mailing list