Comment #1 on issue 3643 by [email protected]: Array.prototype.slice calls [[Get]] before [[Has]] when generating result array
https://code.google.com/p/v8/issues/detail?id=3643#c1

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/47c48af17c9286e04d9420f1dec6e7bba24d7b54

commit 47c48af17c9286e04d9420f1dec6e7bba24d7b54
Author: [email protected] <[email protected]>
Date: Fri Oct 24 18:07:59 2014

SimpleSlice now calls [[Get]] before [[Has]] when generating copy

SparseSlice does not need this (non-optimal) reordering since its
callers guarantee that [[Get]] has no side effects on the passed-in array.

BUG=v8:3643
LOG=n
[email protected]

Review URL: https://codereview.chromium.org/674003002

Cr-Commit-Position: refs/branch-heads/bleeding_edge@{#24884}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24884 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

[modify] https://chromium.googlesource.com/v8/v8.git/+/47c48af17c9286e04d9420f1dec6e7bba24d7b54/src/array.js [add] https://chromium.googlesource.com/v8/v8.git/+/47c48af17c9286e04d9420f1dec6e7bba24d7b54/test/mjsunit/regress/regress-3643.js


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to