v8/test/js-perf-test/Array
Mike Stanton fb922b1764 [TurboFan] Allow unreliable maps in array builtins
We don't currently inline array builtins if we detect any side effects
between the load of the receiver map and the call to the builtin.
The introduction of a map check allows us to be more permissive.

Bug: v8:7250
Change-Id: I6b3f9243f6506eff45c0d727c47a7e8cb8765640
Reviewed-on: https://chromium-review.googlesource.com/849005
Commit-Queue: Michael Stanton <mvstanton@chromium.org>
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50620}
2018-01-16 14:01:29 +00:00
..
every.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
filter.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
find-index.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
find.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
for-each.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
join.js [JSPerfTests] Refactoring in Array 2nd-order builtin tests 2018-01-15 16:32:27 +00:00
map.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
of.js [JSPerfTests] Refactoring in Array 2nd-order builtin tests 2018-01-15 16:32:27 +00:00
reduce-right.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
reduce.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
run.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
some.js [TurboFan] Allow unreliable maps in array builtins 2018-01-16 14:01:29 +00:00
to-string.js [JSPerfTests] Refactoring in Array 2nd-order builtin tests 2018-01-15 16:32:27 +00:00