https://codereview.chromium.org/108633003/diff/1/src/x64/lithium-codegen-x64.cc
File src/x64/lithium-codegen-x64.cc (right):
https://codereview.chromium.org/108633003/diff/1/src/x64/lithium-codegen-x64.cc#newcode2851
src/x64/lithium-codegen-x64.cc:2851: offset += kPointerSize / 2;
On 2013/12/09 13:49:44, Toon Verwaest wrote:
If there's a kSmiTagSize, please use that instead.
There's no such constant. I'll add static assert instead which will
serve both as a check and as a notice that the code below depends on
smi's layout:
STATIC_ASSERT(kSmiTagSize + kSmiShiftSize == 32);
https://codereview.chromium.org/108633003/
--
--
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.