Jakob, thanks for the comment.
For the x32 port, the kPointerSize is 4 bytes instead of 8 byte. If we use
STATIC_ASSERT, the x32 build will fail. The assertion here is to make sure
this
function is not called in the x32 port.
On 2014/06/10 12:01:17, Jakob wrote:
DBC.
https://codereview.chromium.org/328553005/diff/1/src/x64/lithium-codegen-x64.cc
File src/x64/lithium-codegen-x64.cc (right):
https://codereview.chromium.org/328553005/diff/1/src/x64/lithium-codegen-x64.cc#newcode278
src/x64/lithium-codegen-x64.cc:278: ASSERT(kPointerSize == kInt64Size);
Please use STATIC_ASSERT when you can.
https://codereview.chromium.org/328553005/
--
--
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.