[Webkit-unassigned] [Bug 41920] Avoid slow-path for put() in Array.splice()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 17:28:40 PDT 2010


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


Andreas Kling <andreas.kling at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #61290|0                           |1
        is obsolete|                            |
  Attachment #61299|                            |review?, commit-queue?
               Flag|                            |




--- Comment #13 from Andreas Kling <andreas.kling at nokia.com>  2010-07-12 17:28:39 PST ---
Created an attachment (id=61299)
 --> (https://bugs.webkit.org/attachment.cgi?id=61299)
Proposed patch v4

Patch updated addressing Darin and Oliver's comments.

* ArrayCreationMode enum moved into JSC namespace. [Darin]
* Assertion added to uncheckedSetIndex(). [Darin]
* For CreateCompact, m_storage->m_length is left as 0 and finally set by setLength() after inserting the values. [Oliver]

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list