DescriptionUnify implementations of Map handles vectors and lists
This CL introduces a new type, MapHandles, which is a STL vector of Handle<Map>.
It is now used everywhere where lists of Handle<Maps> are required, replacing
usages of V8's internal List type.
Also-By: franzih@chromium.org
BUG=v8:6333, v8:6325
LOG=N
Review-Url: https://codereview.chromium.org/2809923002
Cr-Commit-Position: refs/heads/master@{#45211}
Committed: https://chromium.googlesource.com/v8/v8/+/fc274fbe99e5c254bb4568d497dd4b8e6e7433e9
Patch Set 1 #Patch Set 2 : WIP: MapList --> MapHandleVector #Patch Set 3 : Update to latest #Patch Set 4 : Marge franzi's changes #Patch Set 5 : Fix bug #Patch Set 6 : Latest #Patch Set 7 : Format #
Total comments: 4
Patch Set 8 : Review feedback #Patch Set 9 : Style nit #
Total comments: 4
Patch Set 10 : Review feedback #
Messages
Total messages: 34 (26 generated)
|