https://codereview.chromium.org/1100083002/diff/100001/src/arm/lithium-codegen-arm.cc
File src/arm/lithium-codegen-arm.cc (right):
https://codereview.chromium.org/1100083002/diff/100001/src/arm/lithium-codegen-arm.cc#newcode3359
src/arm/lithium-codegen-arm.cc:3359: __ LoadRoot(scratch,
Heap::kArrayProtectorRootIndex);
The result register should be used instead of scratch in LoadRoot like
in src/arm64/lithium-codegen-arm64.cc.
https://codereview.chromium.org/1100083002/diff/100001/src/mips/lithium-codegen-mips.cc
File src/mips/lithium-codegen-mips.cc (right):
https://codereview.chromium.org/1100083002/diff/100001/src/mips/lithium-codegen-mips.cc#newcode3295
src/mips/lithium-codegen-mips.cc:3295: __ LoadRoot(scratch,
Heap::kArrayProtectorRootIndex);
The result register should be used instead of scratch in LoadRoot like
in src/arm64/lithium-codegen-arm64.cc.
https://codereview.chromium.org/1100083002/diff/100001/src/mips64/lithium-codegen-mips64.cc
File src/mips64/lithium-codegen-mips64.cc (right):
https://codereview.chromium.org/1100083002/diff/100001/src/mips64/lithium-codegen-mips64.cc#newcode3344
src/mips64/lithium-codegen-mips64.cc:3344: __ LoadRoot(scratch,
Heap::kArrayProtectorRootIndex);
The result register should be used instead of scratch in LoadRoot like
in src/arm64/lithium-codegen-arm64.cc.
https://codereview.chromium.org/1100083002/
--
--
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.