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

Unified Diff: src/lithium-codegen.h

Issue 874323003: Externalize deoptimization reasons. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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
Index: src/lithium-codegen.h
diff --git a/src/lithium-codegen.h b/src/lithium-codegen.h
index 40d4d8e4f8e733224f9c36e7c04c8a1e300c1dd7..e4ecd0a75976c9111389c4818e979b647017f88a 100644
--- a/src/lithium-codegen.h
+++ b/src/lithium-codegen.h
@@ -35,6 +35,7 @@ class LCodeGenBase BASE_EMBEDDED {
HGraph* graph() const;
void FPRINTF_CHECKING Comment(const char* format, ...);
+ void Comment(bool force, const char* string);
void DeoptComment(const Deoptimizer::Reason& reason);
bool GenerateBody();

Powered by Google App Engine
This is Rietveld 408576698