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

https://codereview.chromium.org/39543003/diff/1/src/x64/lithium-codegen-x64.cc#newcode160
src/x64/lithium-codegen-x64.cc:160: __ movq(kScratchRegister,
reinterpret_cast<Address>(kSlotsZapValue),
On 2013/10/24 07:32:48, haitao.feng wrote:
It might make sense to define kSlotsZapValue as Address in
v8globals.h, but that
requires to change ARM and MIPS assembler a little.

Why can't this just stay int64_t and remove the  ode? The slot zap value
isn't really an Address.

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.

Reply via email to