https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.cc
File src/heap/heap.cc (right):

https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.cc#newcode480
src/heap/heap.cc:480: void Heap::ClearAllKeyedStoreICs() {
I do not like that heap owns this method. It has no heap dependencies.
It could be a static in KeyedStoreIC.

https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.h
File src/heap/heap.h (right):

https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.h#newcode857
src/heap/heap.h:857: void ClearAllKeyedStoreICs();
On 2015/08/26 10:18:50, mvstanton wrote:
I did the rename here to narrow the perceived functionality. In
general this is
a lame thing to do, and I don't want a new customer to appear passing
some other
IC kind.

Acknowledged.

https://codereview.chromium.org/1314433004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to