This patch is functionally correct, but it looks like it is introducing a huge
overhead into the inner loop of Array.prototype.reverse() using
Object.getOwnPropertyDescriptor() is too expensive for these checks. We need to
find a more efficient way.

https://chromiumcodereview.appspot.com/10453009/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to