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

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

Issue 2335533002: [type-feedback-vector] Fix comment about TypeFeedbackVector shape. (Closed)
Patch Set: 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 | « no previous file | no next file » | 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 5355ee71884a1096c0c185f0b5c4ac097684d2e3..8890d287eaf9d9f7473a5e757827f836b8920a24 100644
--- a/src/type-feedback-vector.h
+++ b/src/type-feedback-vector.h
@@ -222,11 +222,9 @@ class TypeFeedbackMetadata : public FixedArray {
// The shape of the TypeFeedbackVector is an array with:
// 0: feedback metadata
-// 1: ics_with_types
-// 2: ics_with_generic_info
-// 3: feedback slot #0
+// 1: feedback slot #0
// ...
-// 3 + slot_count - 1: feedback slot #(slot_count-1)
+// 1 + slot_count - 1: feedback slot #(slot_count-1)
//
class TypeFeedbackVector : public FixedArray {
public:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698