DescriptionDo not store fp and sp values in TickSample
Their values are not used neither by the tick processor nor by CpuProfiler so it is just a waste of space.
TickSample used to be a transport for grabbed register values to TickSample::Trace, now they are passed in a special structure RegisterState which is allocated on the stack for the sampling period.
Some common pieces were moved from platform-dependent code into Sampler::SampleStack and TickSample::Init.
BUG=None
R=jkummerow@chromium.org, loislo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=15484
Patch Set 1 #Patch Set 2 : Removed fp #
Total comments: 2
Patch Set 3 : Fixed style as suggested #Patch Set 4 : Fixed SIMULATOR compilation #
Messages
Total messages: 5 (0 generated)
|