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

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

Issue 2360913003: [interpreter] Compute and use type info percentage (Closed)
Patch Set: address comments 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
« no previous file with comments | « src/runtime-profiler.cc ('k') | src/type-feedback-vector-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-feedback-vector.h
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
index bd5e8c44058620d4dcb35adf28a7f38feca13ca2..509db99c35dd99b55e10f9c9bf9b6f263bcdd1b0 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* vector_ic_count, bool code_is_interpreted);
inline bool is_empty() const;
« no previous file with comments | « src/runtime-profiler.cc ('k') | src/type-feedback-vector-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698