http://codereview.chromium.org/7518/diff/202/9 File src/objects.cc (right):
http://codereview.chromium.org/7518/diff/202/9#newcode3662 Line 3662: for (i = 0; i <= endpoint; i += kStepSize) { If length = 3 then endpoint = 1, so we get into this loop once and compare 4 bytes, but only 3 are significant! http://codereview.chromium.org/7518 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
