DescriptionFix crashes of some CPU profiler tests on Windows after r16284
All the tests that started crashing create ProfilerEventsProcessor on the stack. After r16284 SamplingCircularQueue buffer is allocated as a field of the queue instead of separate heap object. This increased self size of ProfilerEventsProcessor by about 1Mb. Windows malloc fails to allocate such an object on the stack and crashes.
BUG=
R=jkummerow@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=16287
Patch Set 1 #
Total comments: 1
Patch Set 2 : Use SmartPointer #Messages
Total messages: 5 (0 generated)
|