[Webkit-unassigned] [Bug 155592] New: We should use watchpoints to make sure we don't have indexed properties for concat and splice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 11:38:40 PDT 2016


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

            Bug ID: 155592
           Summary: We should use watchpoints to make sure we don't have
                    indexed properties for concat and splice
    Classification: Unclassified
           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: keith_miller at apple.com

In the fast path of concat and splice we currently walk the prototype chain to ensure that there are no indexed properties on the prototype of our array. Instead we should put watchpoints on Array.prototype and Object.prototype.

-- 
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/20160317/896b733d/attachment.html>


More information about the webkit-unassigned mailing list