http://codereview.chromium.org/6525/diff/1/4 File src/objects-inl.h (right):
http://codereview.chromium.org/6525/diff/1/4#newcode2123 Line 2123: if (array_index_ > 429496729U - ((d > 5) ? 1 : 0)) { (d + 2) >> 3 will probably avoid an unpredictable branch here. http://codereview.chromium.org/6525/diff/1/5 File src/objects.cc (right): http://codereview.chromium.org/6525/diff/1/5#newcode3659 Line 3659: if (to - boundary > boundary - from) { >= http://codereview.chromium.org/6525 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
