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

Unified Diff: src/compiler/code-assembler.h

Issue 2570213002: [stubs] Enable machine graph verification for CodeStubAssembler and friends by default in debug mode (Closed)
Patch Set: Created 4 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
Index: src/compiler/code-assembler.h
diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
index bce758f1c9e20491a172b04deb35b261fb130c40..83b044e8efc76b5f0c3872c1aa85e8c354dee66f 100644
--- a/src/compiler/code-assembler.h
+++ b/src/compiler/code-assembler.h
@@ -190,8 +190,7 @@ class V8_EXPORT_PRIVATE CodeAssembler {
virtual ~CodeAssembler();
- static Handle<Code> GenerateCode(CodeAssemblerState* state,
- bool verify_graph = false);
+ static Handle<Code> GenerateCode(CodeAssemblerState* state);
bool Is64() const;
bool IsFloat64RoundUpSupported() const;

Powered by Google App Engine
This is Rietveld 408576698