https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc
File src/ia32/lithium-codegen-ia32.cc (right):

https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode418
src/ia32/lithium-codegen-ia32.cc:418: !instr->IsGap() &&
!instr->IsReturn()) {
On 2013/09/24 09:03:15, oliv wrote:
It would be nice to document the invariant this cl restores, which is
afaik:

if (instr->ClobbersDoubleRegisters()) {
   ASSERT(x87_stack_.depth() ==
          instr->HasDoubleRegisterResult() ? 1 : 0);
}

Done.

https://codereview.chromium.org/23456044/

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