DescriptionAdd ArrayDataTraits<> specialization for Array_Data<T>*.
Currently, we use wrong storage type for nested arrays. For example, the storage
type of the outer array of int8[][] is
StructPointer<Array_Data<int8_t>>. After this CL it will be
ArrayPointer<int8_t>.
The current code works because StructPointer happens to be of the same
size as ArrayPointer.
(The newly-added tests pass with/without this CL. But I think it is good
to have them.)
BUG=None
TEST=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278356
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 5 (0 generated)
|