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

Unified Diff: src/compiler/pipeline.h

Issue 1904723002: [wasm] Introduce ExecuteWasmCompilation and FinalizeWasmCompilation in pipeline.cc (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@parallel-compilation
Patch Set: rebase 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') | src/compiler/pipeline.cc » ('J')
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 0d52ba2474fc39461dd3d2df25603feba9086845..f7dcde4bc69dcddeb4482d7080a530f6f71a64fe 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -65,7 +65,8 @@ class Pipeline {
void InitializeWasmCompilation(Zone* pipeline_zone, ZonePool* zone_pool,
Michael Starzinger 2016/04/20 16:59:08 Not actionable for this CL, but I think we should
Graph* graph);
- void FinalizeWasmCompilation();
+ bool ExecuteWasmCompilation(CallDescriptor* descriptor);
+ Handle<Code> FinalizeWasmCompilation(CallDescriptor* descriptor);
Handle<Code> ScheduleAndGenerateCode(CallDescriptor* call_descriptor);
Michael Starzinger 2016/04/20 20:46:32 Also, this seems to no longer be called from the o
ahaas 2016/04/21 07:59:43 Done.
« no previous file with comments | « no previous file | src/compiler/pipeline.cc » ('j') | src/compiler/pipeline.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698