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

Unified Diff: src/compiler/type-hint-analyzer.h

Issue 2286273002: [interpreter] Make the comparison bytecode handlers collect type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix. Created 4 years, 4 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/compiler/type-hint-analyzer.h
diff --git a/src/compiler/type-hint-analyzer.h b/src/compiler/type-hint-analyzer.h
index e48938a976302f0b93c51603493700595bad5377..ac13bf29a8cc24154085104d0bde47ed54541e33 100644
--- a/src/compiler/type-hint-analyzer.h
+++ b/src/compiler/type-hint-analyzer.h
@@ -51,6 +51,7 @@ class TypeHintAnalyzer final {
};
BinaryOperationHint BinaryOperationHintFromFeedback(int type_feedback);
+CompareOperationHint CompareOperationHintFromFeedback(int type_feedback);
} // namespace compiler
} // namespace internal

Powered by Google App Engine
This is Rietveld 408576698