Arm code looks reasonable other than use of 'ip' register.
https://codereview.chromium.org/960273002/diff/80001/src/arm/code-stubs-arm.cc
File src/arm/code-stubs-arm.cc (right):
https://codereview.chromium.org/960273002/diff/80001/src/arm/code-stubs-arm.cc#newcode964
src/arm/code-stubs-arm.cc:964: __ mov(ip,
Operand(pending_handler_context_address));
I don't think you should use ip here - it could be used by the mov(..,
MemOperand(...)) macro instructions.
https://codereview.chromium.org/960273002/
--
--
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.