https://codereview.chromium.org/113863002/diff/1/src/arm/code-stubs-arm.cc
File src/arm/code-stubs-arm.cc (right):
https://codereview.chromium.org/113863002/diff/1/src/arm/code-stubs-arm.cc#newcode5931
src/arm/code-stubs-arm.cc:5931: __ tst(r0, r0);
Thanks for the hint. Got rid of this test completely using just one cmp
r0, #1 with one lo for the no args case and one hi for the n args case,
falling through to the single arg case.
https://codereview.chromium.org/113863002/
--
--
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.