http://codereview.chromium.org/3334001/diff/1/2 File src/cpu-profiler.cc (right):
http://codereview.chromium.org/3334001/diff/1/2#newcode243 src/cpu-profiler.cc:243: TickSampleEventRecord record = *rec; If I remember correctly the queue is an array of TickSampleEventRecords being filled by the sample writer. Then how does this copy (struct memcpy) ensure that the content of record is not a mix of two sample records? http://codereview.chromium.org/3334001/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
