lgtm with nit
https://codereview.chromium.org/75423002/diff/1/src/types.cc
File src/types.cc (right):
https://codereview.chromium.org/75423002/diff/1/src/types.cc#newcode548
src/types.cc:548: for (unsigned i = 0; i < sizeof(bitset)*8; ++i) {
8 -> kBitsPerByte
Could also just do >>1 until the value is 0. (You still need i though,
to get the bitset_name).
https://codereview.chromium.org/75423002/
--
--
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.