https://codereview.chromium.org/954863002/diff/60001/src/mips/macro-assembler-mips.cc
File src/mips/macro-assembler-mips.cc (right):
https://codereview.chromium.org/954863002/diff/60001/src/mips/macro-assembler-mips.cc#newcode4390
src/mips/macro-assembler-mips.cc:4390: GetMapConstructor(result, result,
scratch, at);
On 2015/02/25 05:00:09, paul.l... wrote:
Use of 'at' here causes a assert fail in the Branch above at line
4331. temp2
cannot be 'at'.
You can probably just use "(result, result, scratch, scratch)".
https://codereview.chromium.org/954863002/diff/80001/src/mips/lithium-codegen-mips.cc
File src/mips/lithium-codegen-mips.cc (right):
https://codereview.chromium.org/954863002/diff/80001/src/mips/lithium-codegen-mips.cc#newcode2662
src/mips/lithium-codegen-mips.cc:2662: DCHECK(!instance_type.is(temp2));
DBC: having |instance_type| and |temp2| overlap shouldn't matter, since
the code below doesn't care about the contents of |temp2|.
https://codereview.chromium.org/954863002/
--
--
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.