Move phase_zone from CompilationInfo to CompilationPhase.
authorbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Jun 2013 13:03:01 +0000 (13:03 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Jun 2013 13:03:01 +0000 (13:03 +0000)
commit073b1d1dfb8c4fd783e0663b0fab3ee0c2841624
tree6a9438496d5d7029dcb2007e238f314bfd93142b
parent63812f9dc3c5239a1dff124b0c36cefed47495c1
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
src/compiler.h
src/hydrogen.cc
src/hydrogen.h
src/lithium-allocator.h
src/lithium.h