Chromium Code Reviews

Unified Diff: src/compiler/typer.h

Issue 1192553002: [turbofan] Fix life time and use of the Typer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address Michis comments. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/compiler/pipeline.cc ('k') | src/compiler/typer.cc » ('j') | 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 4c04ddb973b3404b85a2522fc9c75003041d0b10..66c493357e27a5122237bb44dcf218190caa652a 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -22,6 +22,8 @@ class Typer {
~Typer();
void Run();
+ // TODO(bmeurer,jarin): Remove this once we have a notion of "roots" on Graph.
+ void Run(const ZoneVector<Node*>& roots);
Graph* graph() { return graph_; }
MaybeHandle<Context> context() { return context_; }
« no previous file with comments | « src/compiler/pipeline.cc ('k') | src/compiler/typer.cc » ('j') | no next file with comments »

Powered by Google App Engine