DescriptionX87: Eliminate special keyed load string stub in favor of uniform handlers
port r24661.
original commit message:
Eliminate special keyed load string stub in favor of uniform handlers.
KeyedLoadIC installs a special case if the receiver is a string.
Although there are several maps for strings, in practice we seem to
be able to treat them individually because a given KeyedLoad site
only sees 1-2 string types
BUG=
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|