DescriptionAlways run our fast array builtins.
Before, we carefully turned on fast array builtins only if flag
--enable-fast-array-builtins was true (though it was implied true
if --turbo was on). Now, the set of Array.prototype.{some, forEach,
every, reduce} is good enough to always turn them on. This means
we can remove the JavaScript implementations.
The flag is renamed to --experimental-fast-array-builtins, which is
off. In the next days we'll add more non-javascript implementations
here for testing.
BUG=
R=danno@chromium.org
Review-Url: https://codereview.chromium.org/2761783002
Cr-Commit-Position: refs/heads/master@{#44026}
Committed: https://chromium.googlesource.com/v8/v8/+/1fe5f0e3adcc447260d8ce88e01f6482eb9d9725
Patch Set 1 #Patch Set 2 : REBASE. #
Total comments: 4
Patch Set 3 : Fix rebase error. #Patch Set 4 : Fixes and rebase. #Patch Set 5 : Make sure the strict map is used. #
Messages
Total messages: 32 (20 generated)
|