I suggest using bit fields as we do elsewhere in Hydrogen, perhaps defining:
class IsCallField: public BitField<bool, 0, 1> {};
class PositionField: public BitField<int, 1, 31> {};
int bit_field_;
so the actual storage of the bit field is only 32 bits.
https://codereview.chromium.org/21042003/
--
--
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.