Description[turbofan] Add support for keyed access to named properties.
The compiler can generate a named access for o[x] if x is a compile time
constant that can be turned into a name using ToName (limited to
primitive x values, because other ToName invocations might be observable),
or the KeyedLoadIC/KeyedStoreIC have gather constant name feedback for x
(i.e. the access always goes to the same symbol).
R=jarin@chromium.org
BUG=v8:4470
LOG=n
Committed: https://crrev.com/7fcad712ed65ef2811944ef8902106f675956cd5
Cr-Commit-Position: refs/heads/master@{#31703}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 7 (1 generated)
|