[webkit-reviews] review granted: [Bug 131609] Array.prototype.concat should allocate output storage only once. : [Attachment 229291] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 14 10:51:30 PDT 2014


Oliver Hunt <oliver at apple.com> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 131609: Array.prototype.concat should allocate output storage only once.
https://bugs.webkit.org/show_bug.cgi?id=131609

Attachment 229291: Patch
https://bugs.webkit.org/attachment.cgi?id=229291&action=review

------- Additional Comments from Oliver Hunt <oliver at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=229291&action=review


> Source/JavaScriptCore/runtime/ArrayPrototype.cpp:444
> -		   JSValue v = getProperty(exec, curObject, k);
> +		   JSValue v = getProperty(exec, currentArray, k);

Follow on patch to optimise this get


More information about the webkit-reviews mailing list