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

Unified Diff: src/lithium.h

Issue 18022002: Move phase_zone from CompilationInfo to CompilationPhase. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/hydrogen.cc ('k') | src/lithium-allocator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lithium.h
diff --git a/src/lithium.h b/src/lithium.h
index 1f31b9091589bbb717842e00a608b7dc78fe742a..1e0784eb98da891e9cde48919d91706cce13ac39 100644
--- a/src/lithium.h
+++ b/src/lithium.h
@@ -762,7 +762,7 @@ enum NumberUntagDMode {
class LPhase : public CompilationPhase {
public:
LPhase(const char* name, LChunk* chunk)
- : CompilationPhase(name, chunk->isolate(), chunk->zone()),
+ : CompilationPhase(name, chunk->info()),
chunk_(chunk) { }
~LPhase();
« no previous file with comments | « src/hydrogen.cc ('k') | src/lithium-allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698