Jacob could you please do the owners review. Thanks.
https://codereview.chromium.org/357443003/diff/1/src/sampler.h
File src/sampler.h (right):
https://codereview.chromium.org/357443003/diff/1/src/sampler.h#newcode48
src/sampler.h:48: static const unsigned kMaxFramesCount = (1 <<
kMaxFramesCountLog2) - 1;
On 2014/06/24 13:09:21, loislo wrote:
why do you have -1 here?
the max value that can be stored in frames_count is 255 which is 2^8-1
https://codereview.chromium.org/357443003/
--
--
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.