Description[interpreter] Properly collect for-in slow mode feedback.
Similar to fullcodegen, Ignition now also marks a for-in statement as
slow (via the TypeFeedbackVector) when we have to call %ForInFilter,
i.e. we either have no enumeration cache or the receiver map changes
during an iteration of the for-in map.
R=mstarzinger@chromium.org
BUG=v8:3650
LOG=n
Committed: https://crrev.com/0cb8a1b774b8a4e181c6dba355f9d6b73fb374f3
Cr-Commit-Position: refs/heads/master@{#34391}
Patch Set 1 #Patch Set 2 : Recementation #Patch Set 3 : More recementation #Messages
Total messages: 8 (2 generated)
|