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

Unified Diff: src/type-feedback-vector.h

Issue 2360913003: [interpreter] Compute and use type info percentage (Closed)
Patch Set: Created 4 years, 3 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/type-feedback-vector.h
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
index bd5e8c44058620d4dcb35adf28a7f38feca13ca2..3e9b4f566024694b192f163622d4227fff4fddca 100644
--- a/src/type-feedback-vector.h
+++ b/src/type-feedback-vector.h
@@ -248,7 +248,7 @@ class TypeFeedbackVector : public FixedArray {
static const int kReservedIndexCount = 2;
inline void ComputeCounts(int* with_type_info, int* generic,
- bool code_is_interpreted);
+ int* interpreter_total, bool code_is_interpreted);
rmcilroy 2016/09/23 08:10:34 vector_ic_count
klaasb 2016/09/23 08:31:40 Done.
inline bool is_empty() const;

Powered by Google App Engine
This is Rietveld 408576698