https://codereview.chromium.org/1241223003/diff/1/src/arm64/code-stubs-arm64.cc
File src/arm64/code-stubs-arm64.cc (right):

https://codereview.chromium.org/1241223003/diff/1/src/arm64/code-stubs-arm64.cc#newcode2758
src/arm64/code-stubs-arm64.cc:2758: __ Push(argc, function,
feedback_vector, index, orig_construct);
Why not pass orig_construct=NoReg for the !is_super case? That way you
don't need the complexity in this function (or in
GenerateRecordCallTarget).

I don't think the same will work for ARM, but it's a separate Push there
anyway.

https://codereview.chromium.org/1241223003/

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