v8 / v8.dev

The source code of v8.dev, the official website of the V8 project.
https://v8.dev/
Apache License 2.0
953 stars 320 forks source link

document error #780

Closed Zou4495 closed 3 weeks ago

Zou4495 commented 3 weeks ago

line 113

Naturally, we can't share where there is a split. There is a transition from Map2 over to Map4 if the "experience" property is added, and over to Map3 if the "prominence" property is added. You can see Map4 and Map4 sharing DescriptorArray2 in the same way that DescriptorArray1 was shared among three Maps.

From the diagram, this should be Map4 and Map5

LeszekSwirski commented 3 weeks ago

Good catch, thanks, you're right.