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

Unified Diff: src/compiler/pipeline.cc

Issue 1505233003: [turbofan] Don't run graph verifier on scheduled graphs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/pipeline.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/pipeline.cc
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
index 6c9480e7f02c25c5c90f5365204f2f5e11d9b0f5..1cf9ec91833b80ea8b70067cb46ca7c85d283ae4 100644
--- a/src/compiler/pipeline.cc
+++ b/src/compiler/pipeline.cc
@@ -1239,7 +1239,8 @@ Handle<Code> Pipeline::GenerateCodeForCodeStub(Isolate* isolate,
Pipeline pipeline(&info);
pipeline.data_ = &data;
- pipeline.RunPrintAndVerify("Machine", true);
rmcilroy 2015/12/08 17:26:35 This change also means that --trace-turbo no longe
Michael Starzinger 2015/12/08 17:37:34 Done.
+ DCHECK_NOT_NULL(data.schedule());
+
return pipeline.ScheduleAndGenerateCode(call_descriptor);
}
« no previous file with comments | « src/compiler/pipeline.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698