On 2012/10/12 15:07:05, rsc wrote:
That's a pretty long line. How about just
// most recent pause times (circular buffer)
That's a pretty long line. How about just
// most recent pause times (circular buffer)
// circular buffer of recent GC pause times, the most recent one is
[NumGC%256]
I prefer we give explicit note about which entry is the most recent
(e.g. the offset of the circular buffer)
https://codereview.appspot.com/6657047/