Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Issue 18022002: Move phase_zone from CompilationInfo to CompilationPhase. (Closed)

Created:
7 years, 6 months ago by Benedikt Meurer
Modified:
7 years, 5 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

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= Committed: https://code.google.com/p/v8/source/detail?r=15352

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -59 lines) Patch
M src/compiler.h View 8 chunks +19 lines, -31 lines 0 comments Download
M src/compiler.cc View 4 chunks +15 lines, -22 lines 0 comments Download
M src/hydrogen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/lithium.h View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-allocator.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Benedikt Meurer
7 years, 6 months ago (2013-06-27 07:37:54 UTC) #1
danno
lgtm
7 years, 5 months ago (2013-06-27 13:01:51 UTC) #2
Benedikt Meurer
7 years, 5 months ago (2013-06-27 13:03:10 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r15352 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698