v8/test/js-perf-test/Array
Mike Stanton c633282daf [builtins] Array.map should transition output arrays.
If the input array is small, then the cost of a trip to the
runtime to transition the ElementsKind is too expensive.

Bug: 
Change-Id: Ib04f8567674a6f1f66f4c7263eba5fb4c58987aa
Reviewed-on: https://chromium-review.googlesource.com/544866
Commit-Queue: Michael Stanton <mvstanton@chromium.org>
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46417}
2017-07-05 14:08:08 +00:00
..
every.js Add JSPerf tests for more 2nd-order Array builtins 2017-07-04 09:10:01 +00:00
filter.js Add JSPerf tests for more 2nd-order Array builtins 2017-07-04 09:10:01 +00:00
map.js [builtins] Array.map should transition output arrays. 2017-07-05 14:08:08 +00:00
reduce-right.js Add JSPerf tests for more 2nd-order Array builtins 2017-07-04 09:10:01 +00:00
reduce.js Add JSPerf tests for more 2nd-order Array builtins 2017-07-04 09:10:01 +00:00
run.js Add JSPerf tests for more 2nd-order Array builtins 2017-07-04 09:10:01 +00:00
some.js Add JSPerf tests for more 2nd-order Array builtins 2017-07-04 09:10:01 +00:00