[Webkit-unassigned] [Bug 89632] DFG should inline 'new Array()'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 21 15:30:20 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=89632
Geoffrey Garen <ggaren at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #148900|review? |review+
Flag| |
--- Comment #3 from Geoffrey Garen <ggaren at apple.com> 2012-06-21 15:30:19 PST ---
(From update of attachment 148900)
View in context: https://bugs.webkit.org/attachment.cgi?id=148900&action=review
r=me
> Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:1618
> + if (kind != CodeForConstruct)
> + return false;
Actually, 'new Array()' and 'Array()' are equivalent. So, you should remove this check for great good.
--
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