Commit 1247b0b2 authored by bmeurer's avatar bmeurer Committed by Commit bot

[type-feedback-vector] Fix comment about TypeFeedbackVector shape.

R=mvstanton@chromium.org

Review-Url: https://codereview.chromium.org/2335533002
Cr-Commit-Position: refs/heads/master@{#39336}
parent 0dbc719b
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment