On Tue, May 12, 2009 at 10:04 AM, <[email protected]> wrote: > http://codereview.chromium.org/115227/diff/28/1025 > File benchmarks/splay.js (right): > > http://codereview.chromium.org/115227/diff/28/1025#newcode104 > Line 104: if (keys[i] > keys[i + 1]) { > Shouldn't this be >= if the keys are required to be unique?
Fixed and committed as bleeding_e...@1910. Please help me test this across different browsers. Cheers, Kasper --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
