On 2014/12/01 19:58:05, Dmitry Lomov (chromium) wrote:
I have one q: why length computation is correct?

https://codereview.chromium.org/768203002/diff/1/src/parser.cc
File src/parser.cc (right):

https://codereview.chromium.org/768203002/diff/1/src/parser.cc#newcode5314
src/parser.cc:5314: for (int from_index = 0; from_index < length &&
stream.HasMore();
Can you assert that at the end of this loop, always !stream.HasMore() (I
believe
that should be true if this algo is correct?)

Amazing midair comment collision :)

https://codereview.chromium.org/768203002/

--
--
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