DescriptionReapply: Inline fast cases in string keyed load IC.
(Fixed handling of out-of-bounds keys.)
String keyed load used to call STRING_CHAR_AT builtin that performs
two steps (get a char code, construct a one-char string from the
code), both of which have fast cases implemented as inline runtime
functions. In this chage most of the code from these functions is
extracted to a set of common generator functions in StringStubBase and
the fast cases are grouped together in the IC code.
Committed: http://code.google.com/p/v8/source/detail?r=4450
Patch Set 1 #Patch Set 2 : . #
Total comments: 1
Messages
Total messages: 3 (0 generated)
|