Chromium Code Reviews
DescriptionDo not allocate unnecessary ObjectArrays. When allocating an empty growable array, pass it a compile time constant empty array instead of allocating a new empty array at runtime, since the factory method will anyway allocate its own object array of length 4.
Committed: https://code.google.com/p/dart/source/detail?r=21490
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||