Status: New
Owner: ----
Labels: Type-Bug Priority-Low
New issue 1073 by [email protected]: Keyed load ICs for special cases
like string["length"] ignore stub state
http://code.google.com/p/v8/issues/detail?id=1073
If we have a keyed load IC miss for string["length"] or array["length"],
then we'll patch the stub ignoring its current state. This can be
inefficient (too many executable code modifications) and will provide
inaccurate type feedback. If this becomes a real problem, we should make
keyed load ICs more like load ICs, i.e. use megamorphic state.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev