[Webkit-unassigned] [Bug 89632] DFG should inline 'new Array()'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 15:32:58 PDT 2012


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





--- Comment #4 from Filip Pizlo <fpizlo at apple.com>  2012-06-21 15:32:57 PST ---
(In reply to comment #3)
> (From update of attachment 148900 [details])
> 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.

Egads!  You're right!

Will do.

-- 
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