On 2015/03/31 12:59:30, Dmitry Lomov (chromium) wrote:
Let us have special intrinsics %_CallWithSpread and %_ConstructWithSpread
instead of flags on a general CallRuntime node (see
DefaultConstructorCallSuper
for inspiration).

done --- (Super() is the only case that needed special behaviour).

Unfortunately, one of the changes in the last patchset caused some issues in
debug builds (a bailout_id gets reused, and fails a DCHECK in full-codegen
l513). I'm not totally sure why the bailout id is reused, but it's probably
because of some UNREACHABLES() in VisitSpread() that shouldn't be there... I'll
try to fix that up in a sec

https://codereview.chromium.org/938443002/

--
--
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/d/optout.

Reply via email to