Comment #2 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#c2
The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/c9ea8d651235a91587842143eac28d1fcc8d9a23
commit c9ea8d651235a91587842143eac28d1fcc8d9a23
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/heads/master@{#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/+/c9ea8d651235a91587842143eac28d1fcc8d9a23/src/array.js
[add]
https://chromium.googlesource.com/v8/v8.git/+/c9ea8d651235a91587842143eac28d1fcc8d9a23/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.