Description[turbofan] Fix escape analysis of sub-word element access.
This fixes data-flow tracking of sub-word (i.e. int8 or int16) element
accesses withing the escape analysis. In essense this makes sure that
we only ever consider the offset for loads and stores on tracked objects
and avoid mangling the offset on untracked ones.
R=jarin@chromium.org
TEST=cctest/test-api/Fixed[U]Int[8,16]Array
Committed: https://crrev.com/5dc600528112fb4dcad1fc628a41412d78b933ef
Cr-Commit-Position: refs/heads/master@{#36573}
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|