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

Unified Diff: src/compiler/pipeline.h

Issue 1947463002: [turbofan] Move some member methods off Pipeline. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-pipeline-1
Patch Set: Created 4 years, 8 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 | « no previous file | src/compiler/pipeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/pipeline.h
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
index 87a7b726eb5d0e10a4142033aaaa1b7a1b0e5bcf..66eb33734b75e69e4ea60fe4a7c898393a19c04b 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -89,11 +89,6 @@ class Pipeline {
// Perform the actual code generation and return handle to a code object.
Handle<Code> GenerateCode(Linkage* linkage);
- // Run the entire pipeline and generate a handle to a code object.
- Handle<Code> GenerateCode();
-
- void BeginPhaseKind(const char* phase_kind);
- void EndPhaseKind();
bool ScheduleAndSelectInstructions(Linkage* linkage);
void RunPrintAndVerify(const char* phase, bool untyped = false);
Handle<Code> ScheduleAndGenerateCode(CallDescriptor* call_descriptor);
« no previous file with comments | « no previous file | src/compiler/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698