commit | 1136bb91b42f6a0ae148b2ac5bcfa67a96d4d7ed | [log] [tgz] |
---|---|---|
author | Jason Sams <jsams@google.com> | Mon Nov 25 18:28:33 2013 -0800 |
committer | Tim Murray <timmurray@google.com> | Mon Feb 10 15:18:56 2014 -0800 |
tree | 259fc870bed559bcbb3282ef2fbf7ecc9cf68df2 | |
parent | 449273e2d575041ffe1a5d435666d36923de888b [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