See comment below. If this is what we intend, then the comment in the header should change to reflect it.
http://codereview.chromium.org/113819/diff/1/2 File src/heap.cc (right): http://codereview.chromium.org/113819/diff/1/2#newcode2696 Line 2696: set_bits_count++; Here this is counting the rset words (uint32s) that have at least one bit set. To count bits, the increment should be moved inside the if in the inner (for) loop. http://codereview.chromium.org/113819 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
