http://codereview.chromium.org/399067/diff/1/2 File test/cctest/test-api.cc (right):
http://codereview.chromium.org/399067/diff/1/2#newcode7773 Line 7773: "for (var j = 0; j < 8; j++) { i = pixels[256]; }" On 2009/11/18 11:30:16, Søren Gjesse wrote: > How about using i+= pixels[256] and checking for i == 8 * 255? The 8 is only there to make sure that we hit the IC case. All other tests here use 8, so I went for that as well. http://codereview.chromium.org/399067 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
