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

Unified Diff: src/ic/ic-state.h

Issue 650073002: vector-based ICs did not update type feedback counts correctly. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Ports. Created 6 years, 2 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/ic/ic-state.h
diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h
index 72fc865c68d1ebe221f37829f5e457bf7c12cd84..ab6136d08949b0728ca74065d97cbaefb9c2c870 100644
--- a/src/ic/ic-state.h
+++ b/src/ic/ic-state.h
@@ -18,6 +18,7 @@ class ICUtility : public AllStatic {
public:
// Clear the inline cache to initial state.
static void Clear(Isolate* isolate, Address address,
+ TypeFeedbackVector* vector, FeedbackVectorICSlot slot,
ConstantPoolArray* constant_pool);
};

Powered by Google App Engine
This is Rietveld 408576698