LGTM with comment.

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#newcode51
src/sampler.h:51: unsigned frames_count : kMaxFramesCountLog2;  //
Number of captured frames.
I'm not sure this will work. IIRC we've had an issue before where MSVS
insisted on sign-extending a packed value when reading it back out, but
I'm not sure if the circumstances were identical. If this fails on
Windows (can you test locally before landing?), this would be something
to take a closer look at.

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.

Reply via email to