From 073b1d1dfb8c4fd783e0663b0fab3ee0c2841624 Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Thu, 27 Jun 2013 13:03:01 +0000 Subject: [PATCH] Move phase_zone from CompilationInfo to CompilationPhase. Each CompilationPhase has its own zone, used for phase local allocations. The zone of CompilationInfo should only be used for non phase local allocations. R=danno@chromium.org BUG= Review URL: https://codereview.chromium.org/18022002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15352 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/compiler.cc | 37 +++++++++++++----------------- src/compiler.h | 50 ++++++++++++++++------------------------- src/hydrogen.cc | 6 ++--- src/hydrogen.h | 2 +- src/lithium-allocator.h | 2 +- src/lithium.h | 2 +- 6 files changed, 40 insertions(+), 59 deletions(-) diff --git a/src/compiler.cc b/src/compiler.cc index 895c31c63c..3da686aad1 100644 --- a/src/compiler.cc +++ b/src/compiler.cc @@ -54,55 +54,50 @@ namespace internal { CompilationInfo::CompilationInfo(Handle