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

https://codereview.chromium.org/50213003/diff/1/src/objects-inl.h#newcode4294
src/objects-inl.h:4294: // necessary to be able to use the 31st bit.
On 2013/11/04 17:52:46, Toon Verwaest wrote:
This trick isn't really necessary if you aren't using the upper bit.
And if you
are allocating a whole new word anyway, you may want to remove it from
bitfield3
as well, and move that single bit into this field.

The bit field 3 got cleaned up in the meantime. No need for bit field 4.
Can we also remove the trick in bit field 3 since we are not using the
31 bit right now?

https://codereview.chromium.org/50213003/

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