[Webkit-unassigned] [Bug 144617] New: Large array shouldn't be slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 18:44:08 PDT 2015


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

            Bug ID: 144617
           Summary: Large array shouldn't be slow
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (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

Currently if you allocate a large array with new Array(large number), you'll get an ArrayStorage array, which is slower than a Contiguous array.  That threshold is very low - around 10000. We should dramatically lift the threshold.

-- 
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/20150505/eeb6ddff/attachment.html>


More information about the webkit-unassigned mailing list