PTAL
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) {
On 2013/11/18 17:05:46, Toon Verwaest wrote:
8 -> kBitsPerByte
Could also just do >>1 until the value is 0. (You still need i though,
to get
the bitset_name).
Good idea (I don't even see why I still need i then).
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.