https://codereview.chromium.org/656793005/diff/1/src/serialize.h
File src/serialize.h (right):

https://codereview.chromium.org/656793005/diff/1/src/serialize.h#newcode149
src/serialize.h:149: return
static_cast<uint32_t>(reinterpret_cast<intptr_t>(entry->value));
Why not just

 return reinterpret_cast<uintptr_t>(entry->value);

instead?

https://codereview.chromium.org/656793005/

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

Reply via email to