DescriptionDon't clear the string stub at gc time in KeyedLoadIC.
Clearing this stub doesn't actually make sense, as it neither leaks
memory, nor prevents finding a new optimum stable state. As
long as strings receivers are observed, this is the best stub.
The moment we see a non-string receiver we'll go polymorphic
or generic depending on the case.
R=yangguo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24360
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|