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

Unified Diff: src/objects-inl.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/objects-inl.h
diff --git a/src/objects-inl.h b/src/objects-inl.h
index cff5b61b527bec83db46b2efbc99d85898e0a1ae..c57d55783464373171201d1b33d32cfb98127449 100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -6151,6 +6151,9 @@ ACCESSORS(Code, deoptimization_data, FixedArray, kDeoptimizationDataOffset)
ACCESSORS(Code, raw_type_feedback_info, Object, kTypeFeedbackInfoOffset)
ACCESSORS(Code, next_code_link, Object, kNextCodeLinkOffset)
+ACCESSORS(TypeFeedbackInfo, feedback_vector, TypeFeedbackVector,
+ kFeedbackVectorOffset)
+
void Code::WipeOutHeader() {
WRITE_FIELD(this, kRelocationInfoOffset, NULL);

Powered by Google App Engine
This is Rietveld 408576698