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

Unified Diff: src/compiler/typer.h

Issue 662513005: [turbofan] delete graph and schedule before register allocation. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebase Created 6 years, 2 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
« src/compiler/pipeline.cc ('K') | « src/compiler/source-position.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/typer.h
diff --git a/src/compiler/typer.h b/src/compiler/typer.h
index 5ca4d7cdcb6243e1c225bfa51b74276c66d7d835..eb232bcf8c77bca03ce68d4c09798363f8d3e9c1 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -15,7 +15,7 @@ namespace v8 {
namespace internal {
namespace compiler {
-class Typer {
+class Typer : public ZoneObject {
public:
explicit Typer(Graph* graph, MaybeHandle<Context> context);
~Typer();
@@ -67,6 +67,8 @@ class Typer {
Type* uint32_array_fun_;
Type* float32_array_fun_;
Type* float64_array_fun_;
+
+ DISALLOW_COPY_AND_ASSIGN(Typer);
};
}
}
« src/compiler/pipeline.cc ('K') | « src/compiler/source-position.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698