On 2013/06/06 06:35:59, Yury Semikhatsky wrote:
https://codereview.chromium.org/16286016/diff/8015/src/arm/stub-cache-arm.cc
File src/arm/stub-cache-arm.cc (right):


https://codereview.chromium.org/16286016/diff/8015/src/arm/stub-cache-arm.cc#newcode1459
src/arm/stub-cache-arm.cc:1459: __ mov(r2,
Operand(reinterpret_cast<int32_t>(getter_address)));
On 2013/06/06 06:20:12, loislo wrote:
> nit: As a newbie for the code I'd like to see a symbolic names for the
arguments
> implemented the same way as for mips.

This a standard calling convention on ARM: arguments are passed in r0-r3

OK. It makes sense.

https://codereview.chromium.org/16286016/

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