2) Can you verify by looking at the generated code for, say, a ordinary
inlined
array constructor

function foo(size) { var a = new Array(size); return a; }
foo(5); foo(5);
%OptimizeFunctionOnNextCall(foo);
foo(5);

Verified.

https://codereview.chromium.org/98673003/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to