https://codereview.chromium.org/841943002/diff/1/src/serialize.cc
File src/serialize.cc (right):

https://codereview.chromium.org/841943002/diff/1/src/serialize.cc#newcode619
src/serialize.cc:619: memcpy(&r, res.begin() + i, sizeof(r));
Use start() instead of begin(). The fact that the iterator is actually a
real pointer is an implementation detail.

https://codereview.chromium.org/841943002/diff/1/src/serialize.h
File src/serialize.h (right):

https://codereview.chromium.org/841943002/diff/1/src/serialize.h#newcode460
src/serialize.h:460: Reservation() : reservation_(0) {}
Why do we need this?

https://codereview.chromium.org/841943002/

--
--
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/d/optout.

Reply via email to