[webkit-reviews] review granted: [Bug 46207] Speed up function.apply(..., arguments) : [Attachment 68294] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 16:18:07 PDT 2010


Geoffrey Garen <ggaren at apple.com> has granted Oliver Hunt <oliver at apple.com>'s
request for review:
Bug 46207: Speed up function.apply(..., arguments)
https://bugs.webkit.org/show_bug.cgi?id=46207

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

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=68294&action=review

r=me

> JavaScriptCore/jit/JITOpcodes.cpp:1572
> +    JumpList slowJumps;
> +    JumpList endBranches;

These variables are unused.


More information about the webkit-reviews mailing list