I am discarding this CL because it does not follow semantics without

if (%_IsConstructCall()) {
        return %NewObjectFromBound(fn, args);
}

And with this check we get only 25% speedup (compared to 60% without
it) on the special case (%_IsConstruct is not supported by the
Crankshaft pipeline).

--
Vyacheslav Egorov


On Mon, Feb 7, 2011 at 3:18 PM,  <[email protected]> wrote:
> LGTM
>
> http://codereview.chromium.org/6413018/
>

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to