https://codereview.chromium.org/22935005/diff/1/src/x64/full-codegen-x64.cc
File src/x64/full-codegen-x64.cc (right):

https://codereview.chromium.org/22935005/diff/1/src/x64/full-codegen-x64.cc#newcode4425
src/x64/full-codegen-x64.cc:4425: if (expr->op() == Token::INC) {
Thanks for the comments. Then I will port it to IA32 and ARM. Please
note that "Save result for postfix expressions" are duplicated in the
code because of this early split. I did not add a sub function in
FullCodeGen for it as it is small.

There is no bug in the original code, the code after the label stub_call
will restore rax first and then call the stub function. This code is
quite special and different with any other SMI function usage.

https://codereview.chromium.org/22935005/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to