https://codereview.chromium.org/39543003/diff/170001/src/x64/assembler-x64.cc
File src/x64/assembler-x64.cc (right):
https://codereview.chromium.org/39543003/diff/170001/src/x64/assembler-x64.cc#newcode1470
src/x64/assembler-x64.cc:1470: void Assembler::movq(Register dst,
int64_t value) {
Use MacroAssembler::Set instruction if the value could be coerced to
uint32_t or int32_t.
https://codereview.chromium.org/39543003/diff/170001/src/x64/assembler-x64.cc#newcode1518
src/x64/assembler-x64.cc:1518: ASSERT(!RelocInfo::IsNone(mode));
Currently SMI cases are all handled before calling this movq.
https://codereview.chromium.org/39543003/
--
--
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.