DescriptionInline fast cases in string keyed load IC.
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=4444
Patch Set 1 #Patch Set 2 : More detailed comments. #Patch Set 3 : Cleanup. #
Total comments: 13
Patch Set 4 : Review fixes. #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|