[turbofan] split compilation stats off from HStatistics and track high water marks
authordcarney@chromium.org <dcarney@chromium.org>
Thu, 23 Oct 2014 09:14:35 +0000 (09:14 +0000)
committerdcarney@chromium.org <dcarney@chromium.org>
Thu, 23 Oct 2014 09:14:35 +0000 (09:14 +0000)
commit5f83dabb608e55e379bec4a99e97a2de6636b96b
treea041e0e81f6888dde7d972026470f466989566aa
parentb6f66b5fc7256ed3cf9a00c20d0b5581f3bf2de3
[turbofan] split compilation stats off from HStatistics and track high water marks

R=jarin@chromium.org

BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24830 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
17 files changed:
BUILD.gn
src/compilation-statistics.cc [new file with mode: 0644]
src/compilation-statistics.h [new file with mode: 0644]
src/compiler/pipeline-statistics.cc [new file with mode: 0644]
src/compiler/pipeline-statistics.h [new file with mode: 0644]
src/compiler/pipeline.cc
src/compiler/pipeline.h
src/compiler/register-allocator.cc
src/compiler/register-allocator.h
src/compiler/zone-pool.cc
src/compiler/zone-pool.h
src/hydrogen.cc
src/hydrogen.h
src/isolate.cc
src/isolate.h
test/unittests/compiler/zone-pool-unittest.cc
tools/gyp/v8.gyp