minor improvements

https://codereview.chromium.org/1325573004/diff/40001/src/array.js
File src/array.js (right):

https://codereview.chromium.org/1325573004/diff/40001/src/array.js#newcode925
src/array.js:925: return comparefn(a[1], b[1]);
We can rid of this %_CallFunction by using an InternalArray for t_array
and then just t_array.sort(function(...){...})

https://codereview.chromium.org/1325573004/

--
--
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