Danno, thanks for the review. All comments are addressed. Please take another
look.

On 2013/07/31 09:30:55, danno wrote:
Yes, this sounds fine.

However, I still think in this case you will have to have:

If I understand the codes right, the receiver is at argc offset of the last
argument. The 1 is for return address in the original code.
inline Operand StackOperandForReceiver(int argc) {
   return StackOperandForReversedArgument(argc + 1);
}


https://codereview.chromium.org/21123008/

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