Description[turbofan] Introduce CheckString simplified operator.
Introduce the CheckString during native context specialization when we
have string map feedback on a LOAD_IC/STORE_IC. The CheckString
operator, just like its CheckNumber pendant, renames the input and
assigns a proper type, which we will use soon to lower access operations
on Strings, i.e. charCodeAt calls or keyed accesses.
R=jarin@chromium.org
BUG=v8:4930, v8:5141
Committed: https://crrev.com/3deb71fbad8dd61cd335d5801fe176101d2e5283
Cr-Commit-Position: refs/heads/master@{#38076}
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|