DescriptionArray constructor shouldn't require a Cell, just an AllocationSite.
The Array constructor has a needless dependency on an input argument
that is a Cell. It uses this to walk through to an AllocationSite.
The dependency hampers future work. Instead, pass the AllocationSite
as input to the Array constructor.
R=bmeurer@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=18716
Patch Set 1 #Patch Set 2 : Ports, and removed a debug message. #
Total comments: 5
Patch Set 3 : Code comment updates. #
Total comments: 2
Patch Set 4 : Code comments. #
Messages
Total messages: 6 (0 generated)
|