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

Unified Diff: src/ic.h

Issue 445943002: CallIC must update type feedback info correctly. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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/ic.h
diff --git a/src/ic.h b/src/ic.h
index 606da14b8d6abff45ad908faeb18c902f1be75e9..ff69945ca29e1b91589a9339f64ff1566e1256d4 100644
--- a/src/ic.h
+++ b/src/ic.h
@@ -377,6 +377,10 @@ class CallIC: public IC {
static void Clear(Isolate* isolate, Address address, Code* target,
ConstantPoolArray* constant_pool);
+
+ private:
+ void UpdateTypeFeedbackInfo(Object* old_feedback, Object* new_feedback);
+ IC::State FeedbackObjectToState(Object* feedback);
};

Powered by Google App Engine
This is Rietveld 408576698