http://codereview.chromium.org/8345038/diff/1/src/ic.cc File src/ic.cc (right):
http://codereview.chromium.org/8345038/diff/1/src/ic.cc#newcode530 src/ic.cc:530: UpdateCaches(&lookup, state, extra_ic_state, object, name); I stopped short of handlifying the UpdateCaches and the stub cache for call's, because it's a bit more complicated, so I'll do it as a separate change. With this change, UpdateCaches will still fail without performing GC if there is an allocation failure. http://codereview.chromium.org/8345038/diff/1/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/8345038/diff/1/src/objects.cc#newcode539 src/objects.cc:539: Handle<Object> Object::GetProperty(Handle<Object> object, I can't decide if I like the isolate argument or not. It seems a bit nicer that the caller doesn't have to worry about it. What do you think? http://codereview.chromium.org/8345038/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
