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.
|