DescriptionDon't use List caches for lists of primitive values.
Caching is useful for lists of objects, but lists of primitive values
it is wasteful to create copies when we can read directly from the
underlaying buffer.
R=paulberry@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/3fe1282f756d2f0bc4f2060435fcf55cfbe0aa8b
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|