commit | 3042d2692ff6cd7597f1f66bfd9350b825b5502a | [log] [tgz] |
---|---|---|
author | Jason Sams <jsams@google.com> | Mon Nov 25 18:28:33 2013 -0800 |
committer | Jason Sams <jsams@google.com> | Tue Nov 26 12:29:46 2013 -0800 |
tree | 25d8e106d74288acc158427919c9b2025d007ce6 | |
parent | baaabd53817cead86feb5d892426e464ecd9f919 [diff] |
Generic object based data copy. This change consolidates the copy paths to Object based. The runtime now uses reflection to identify the type of array present. This adds support for long/double and reduces the amount of code present. We could also support arrays of vectors or objects in the future with this mechanism. Change-Id: I2297c1c01fbe6a64c375d6368f25d7db781ea788