https://codereview.chromium.org/886733005/diff/1/src/bit-vector.h
File src/bit-vector.h (right):

https://codereview.chromium.org/886733005/diff/1/src/bit-vector.h#newcode157
src/bit-vector.h:157: for (int i = 0; i < data_length_; i++) {
On 2015/02/06 14:59:32, Michael Starzinger wrote:
Just out of curiosity, is there a reason Clear doesn't use memset
here?

No idea. I can fix it, if you like. I did the memset above because I
wasn't sure that static_cast<uintptr_t>(-1) was a good idea, so I used
the big hammer.

https://codereview.chromium.org/886733005/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to