Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 801c97aa7c684efd2130c973f51a94b17ec1495a..68d97feab1ae29d2516d0f87a11744806debbda6 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -1167,6 +1167,7 @@ Handle<Code> Pipeline::GenerateCode() { |
} |
if (FLAG_turbo_escape) { |
+ Run<EarlyGraphTrimmingPhase>(); |
sigurds
2015/12/10 15:40:17
Please advise what to do here.
Michael Starzinger
2015/12/14 10:41:49
Acknowledged. For now I am fine with running the g
sigurds
2015/12/14 11:58:08
Done.
|
Run<EscapeAnalysisPhase>(); |
RunPrintAndVerify("Escape Analysed"); |
} |