Uploaded patchset 2 and add ulan as a reviewer.

https://codereview.chromium.org/26410004/diff/10001/src/x64/assembler-x64.cc
File src/x64/assembler-x64.cc (right):

https://codereview.chromium.org/26410004/diff/10001/src/x64/assembler-x64.cc#newcode1468
src/x64/assembler-x64.cc:1468: ASSERT(RelocInfo::IsNone(rmode));
I will submit a CL to move the movq(Register dst, int64_t value, ,
RelocInfo::Mode rmode) into X64 macro assembler and drop the relocation
info mode parameter.

For the movq(Register dst, void* value, RelocInfo::Mode rmode), the
rmode could be EXTERNAL_REFERENCE or NONE64, it is NONE64 for SMIs or
Failures as they will not be relocated. I will check each NONE64
occurrence to make sure they use the right function.

https://codereview.chromium.org/26410004/

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