Faster moving FixedArray elements around.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Mar 2010 15:33:30 +0000 (15:33 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Mar 2010 15:33:30 +0000 (15:33 +0000)
commitd4cb1ba3c536e38b80acb8c048a67b16d38926de
treeb5c10063ee59501daeb8d5b1ef3b6baea9d57674
parentb7f0608c9a148aa535a11392018ddc8b635c9314
Faster moving FixedArray elements around.

Review URL: http://codereview.chromium.org/660245

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3987 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
src/array.js
src/builtins.cc
src/heap-inl.h
src/heap.h
src/objects-inl.h
src/objects.h
src/runtime.cc
src/runtime.h
test/mjsunit/array-elements-from-array-prototype-chain.js [new file with mode: 0644]
test/mjsunit/array-elements-from-array-prototype.js [new file with mode: 0644]
test/mjsunit/array-elements-from-object-prototype.js [new file with mode: 0644]
test/mjsunit/array-splice.js
test/mjsunit/array-unshift.js
test/mjsunit/fuzz-natives.js
test/mjsunit/undeletable-functions.js