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

Unified Diff: src/compiler/pipeline.h

Issue 1521363003: [turbofan] Unify pipeline entry for all assemblers. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix stats tracing. Created 5 years 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/compiler/fast-accessor-assembler.cc ('k') | 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 b219848d218b5b83b731a7dc665bf3a5175e49a0..af94018f078e8905780511844b93ce978d00f0b8 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -36,7 +36,7 @@ class Pipeline {
CallDescriptor* call_descriptor,
Graph* graph, Schedule* schedule,
Code::Kind kind,
- const char* bytecode_name);
+ const char* debug_name);
// Run the pipeline on a machine graph and generate code. If {schedule} is
// {nullptr}, then compute a new schedule for code generation.
« no previous file with comments | « src/compiler/fast-accessor-assembler.cc ('k') | src/compiler/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698