[Webkit-unassigned] [Bug 200958] New: Remove superfluous size argument to allocateCell() for fixed size objects.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 20 18:06:53 PDT 2019


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

            Bug ID: 200958
           Summary: Remove superfluous size argument to allocateCell() for
                    fixed size objects.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

The size is already automatically computed by the allocateCell() template's default arguments.  Removing these superfluous arguments will make it easier for us to grep for cases where we allocate variable size cells (for later analysis work).

-- 
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/20190821/b4cd22e0/attachment.html>


More information about the webkit-unassigned mailing list