LGTM
http://codereview.chromium.org/6039002/diff/1/src/array.js File src/array.js (right): http://codereview.chromium.org/6039002/diff/1/src/array.js#newcode1 src/array.js:1: // Copyright 2006-2008 the V8 project authors. All rights reserved. -2010 http://codereview.chromium.org/6039002/diff/1/src/array.js#newcode724 src/array.js:724: partition: for (var i = low_end + 1; i < high_start; ) { Increase i here instead of at the end of the loop? http://codereview.chromium.org/6039002/diff/1/test/mjsunit/array-sort.js File test/mjsunit/array-sort.js (right): http://codereview.chromium.org/6039002/diff/1/test/mjsunit/array-sort.js#newcode1 test/mjsunit/array-sort.js:1: // Copyright 2008 the V8 project authors. All rights reserved. 2010 http://codereview.chromium.org/6039002/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
