Fix issue 597: builtins and stubs are missing in profiler log when using snapshots.
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Feb 2010 21:34:03 +0000 (21:34 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Feb 2010 21:34:03 +0000 (21:34 +0000)
commite51a05f338dfce77ba1b98233cf8810ff1aa8523
tree8a55c2ddbf6a6414fd5e480c15fff5be22a51c98
parent9b4312fd76d966c0509c6d7e60a21cf323714356
Fix issue 597: builtins and stubs are missing in profiler log when using snapshots.

After this fix, profiles of non-snapshotted VMs are now equivalent to
profiles of snapshotted VMs (having that --log-snapshot-positions is used,
and mksnapshot's log is given to the tick processor script.)

BUG=597

Review URL: http://codereview.chromium.org/574005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3802 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/log.cc
src/log.h
src/v8.cc
tools/tickprocessor.js