LGTM

This approach looks simpler than the previous but still complicated. I'd say
that we could align the chunk size to the cache line size and use 1 chunk size
distance.

Also we could simplify the size calculation for the positions buffer. It could
be sizeof(producer_pos) + kCacheLineSize + sizeof(consumer_pos).


https://codereview.chromium.org/19642002/

--
--
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/groups/opt_out.


Reply via email to