https://codereview.chromium.org/551803004/diff/1/src/objects.h
File src/objects.h (right):

https://codereview.chromium.org/551803004/diff/1/src/objects.h#newcode3171
src/objects.h:3171: kExtendedInt64CountOffset + kInt32Size;
On 2014/09/16 10:48:40, Sven Panne wrote:
I think that this is wrong: We access this via
READ_INT_FIELD/WRITE_INT_FIELD,
and they use *int*, not *int32_t*. Same for the rest. kPointerSize was
wrong,
too, BTW...

@Ross: What do you think? Somehow the accessors have to match these
constants.

Yeah I agree - Andrew - could you change the accessors to use
READ/WRITE_INT32_FIELD as well please.

https://codereview.chromium.org/551803004/

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