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

Unified Diff: src/compiler/pipeline.h

Issue 1925743002: [compiler] Rename OptimizingCompileJob to CompilationJob. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-compiler-simplify-29
Patch Set: Fix tests as well. 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 | « src/compiler.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 6a0253611b73ab6985f8b90e80061ede4167f0ec..464014518f4100b8c40ff25d02b2ff84483388be 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -13,7 +13,7 @@ namespace v8 {
namespace internal {
class CompilationInfo;
-class OptimizedCompileJob;
+class CompilationJob;
class RegisterConfiguration;
namespace compiler {
@@ -73,10 +73,10 @@ class Pipeline {
Schedule* schedule = nullptr);
// Returns a new compilation job for the given compilation info.
- static OptimizedCompileJob* NewCompilationJob(CompilationInfo* info);
+ static CompilationJob* NewCompilationJob(CompilationInfo* info);
// Returns a new compilation job for the WebAssembly compilation info.
- static OptimizedCompileJob* NewWasmCompilationJob(
+ static CompilationJob* NewWasmCompilationJob(
CompilationInfo* info, Graph* graph, CallDescriptor* descriptor,
SourcePositionTable* source_positions);
« no previous file with comments | « src/compiler.cc ('k') | src/compiler/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698