[webkit-reviews] review requested: [Bug 46664] 6% Array Push and Pop Overhead in v8-deltablue : [Attachment 68980] Patch to Allocate Minimal Space for Array()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 27 15:36:51 PDT 2010


Michael Saboff <msaboff at apple.com> has asked  for review:
Bug 46664: 6% Array Push and Pop Overhead in v8-deltablue
https://bugs.webkit.org/show_bug.cgi?id=46664

Attachment 68980: Patch to Allocate Minimal Space for Array()
https://bugs.webkit.org/attachment.cgi?id=68980&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
Changes the JSArray() constructor that takes an ArgList argument to allocate
space for three elements when the ArgList is empty.

This improves v8-deltablue by about 2.8%


More information about the webkit-reviews mailing list