Remove code that analyzes tos values from tickprocessor
authoryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 12 Apr 2013 11:20:22 +0000 (11:20 +0000)
committeryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 12 Apr 2013 11:20:22 +0000 (11:20 +0000)
commit5206b0845131a03ab21c391906aebedcec08884e
tree57ef2539bb5ecd3671616c11ba93a895a8e982bf
parent73d81098da37c4841776c9d443968ca29f2acc13
Remove code that analyzes tos values from tickprocessor

Assuming that the value on top of stack is return address for a frameless invocation is error-prone. Corresponding logic was removed from profile-generator.cc in r14205 (see https://code.google.com/p/v8/source/diff?spec=svn14205&r=14205&format=side&path=/branches/bleeding_edge/src/profile-generator.cc) and now it is time to remove it from the tick processor.

Since the tos is not used anymore by profiler it is also removed from TickSample.

BUG=None

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14252 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/log.cc
src/platform.h
src/profile-generator.cc
test/cctest/test-cpu-profiler.cc
test/cctest/test-log-stack-tracer.cc
test/cctest/test-profile-generator.cc
test/mjsunit/tools/tickprocessor-test-func-info.log
test/mjsunit/tools/tickprocessor-test.log
tools/tickprocessor.js