Description[stubs] KeyedLoadGeneric: support loading properties from strings
The spec for String.split() requires loading "separator[@@split]".
The KeyedLoadIC for this goes generic right away, but still requires
a runtime call. To avoid that, reshuffle checks in the generic stub
and do the primitive-string -> String-function translation inline.
Review-Url: https://codereview.chromium.org/2654893003
Cr-Commit-Position: refs/heads/master@{#42797}
Committed: https://chromium.googlesource.com/v8/v8/+/06df8affc67db50e1d42197e3b611e152412dda5
Patch Set 1 #Patch Set 2 : fix comment #
Total comments: 4
Patch Set 3 : address comments #Patch Set 4 : rebased #Patch Set 5 : fix typo in CSA_ASSERT #Messages
Total messages: 21 (10 generated)
|