LGTM
http://codereview.chromium.org/6902029/diff/1/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/6902029/diff/1/src/objects.cc#newcode6907 src/objects.cc:6907: if (finger >= capacity) { I think we want to put a limit on the number of prototype transitions that we want to cache. In particular since we are doing linear search. http://codereview.chromium.org/6902029/diff/1/src/objects.h File src/objects.h (right): http://codereview.chromium.org/6902029/diff/1/src/objects.h#newcode3755 src/objects.h:3755: // Prototypre transition is a transition that happens Prototypre -> Prototype http://codereview.chromium.org/6902029/diff/1/src/objects.h#newcode3877 src/objects.h:3877: static const int kPrototypeTransitionsOffset = kCodeCacheOffset + kPointerSize; Line length. http://codereview.chromium.org/6902029/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
