v8/test/mjsunit/tools
yurys@chromium.org 9ef762b683 Do 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

Review URL: https://codereview.chromium.org/18620002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15484 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-07-03 16:20:59 +00:00
..
codemap.js
consarray.js
csvparser.js
profile_view.js
profile.js
splaytree.js
tickprocessor-test-func-info.log Do not store fp and sp values in TickSample 2013-07-03 16:20:59 +00:00
tickprocessor-test.default
tickprocessor-test.func-info
tickprocessor-test.gc-state
tickprocessor-test.ignore-unknown
tickprocessor-test.log Do not store fp and sp values in TickSample 2013-07-03 16:20:59 +00:00
tickprocessor-test.separate-ic
tickprocessor.js Remove obsolete elements kind check for array literals. 2013-06-18 13:32:06 +00:00