[turbofan] use ZonePool in most places in the compiler pipeline a temp zone is used.
authordcarney@chromium.org <dcarney@chromium.org>
Tue, 21 Oct 2014 14:44:50 +0000 (14:44 +0000)
committerdcarney@chromium.org <dcarney@chromium.org>
Tue, 21 Oct 2014 14:44:50 +0000 (14:44 +0000)
commit1c5fafe890f6dfbff30e31ddae164bbc3953a6ff
treec1a2e8655001814bd315d9e46cca824cf27e6e1a
parent2642058760811c8a9ca41a1a226c72b45175c52a
[turbofan] use ZonePool in most places in the compiler pipeline a temp zone is used.

R=jarin@chromium.org, bmeurer@chromium.org

BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24779 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
17 files changed:
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/control-reducer.cc
src/compiler/control-reducer.h
src/compiler/graph-builder.cc
src/compiler/graph-builder.h
src/compiler/instruction-selector.cc
src/compiler/instruction-selector.h
src/compiler/js-inlining.cc
src/compiler/js-inlining.h
src/compiler/pipeline.cc
src/compiler/pipeline.h
src/compiler/register-allocator.cc
src/compiler/register-allocator.h
test/cctest/compiler/test-codegen-deopt.cc
test/cctest/compiler/test-control-reducer.cc
test/unittests/compiler/instruction-selector-unittest.cc