http://codereview.chromium.org/3047027/diff/16001/17006
File src/ic.cc (right):

http://codereview.chromium.org/3047027/diff/16001/17006#newcode574
src/ic.cc:574: AssertNoGC nogc;  // GC could invalidate the pointers
held in lookup.
The comment implies that the nogc object should live as long as the
lookup object. Can we introduce local scopes containing both these
objects in the functions that call UpdateCaches?

http://codereview.chromium.org/3047027/show

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to