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

Unified Diff: src/objects-debug.cc

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/objects-debug.cc
diff --git a/src/objects-debug.cc b/src/objects-debug.cc
index d9d5c056b163b6e2b21c48a1f61071147b1b4fd1..ef8316543a3851767dceee16be978955d283ac8e 100644
--- a/src/objects-debug.cc
+++ b/src/objects-debug.cc
@@ -355,6 +355,7 @@ void PolymorphicCodeCache::PolymorphicCodeCacheVerify() {
void TypeFeedbackInfo::TypeFeedbackInfoVerify() {
+ feedback_vector()->IsTypeFeedbackVector();
Jakob Kummerow 2014/10/14 15:27:20 CHECK(...)?
mvstanton 2014/10/16 10:54:14 :D. Done.
VerifyObjectField(kStorage1Offset);
VerifyObjectField(kStorage2Offset);
VerifyObjectField(kStorage3Offset);

Powered by Google App Engine
This is Rietveld 408576698