Description[interpreter] Fixes the collection of type feedback in the bitwise binary operator.
The Smi case was updating the feedback with a bitwise AND instead of a bitwise OR. This was causing feedback that should have been 'kAny' to be erroneusly reported as 'kSignedSmall'.
R=rmcilroy@chromium.org
Committed: https://crrev.com/e82f94466fa7ee4ee6dd71598ed03a5ed9e43808
Cr-Commit-Position: refs/heads/master@{#38682}
Patch Set 1 #
Messages
Total messages: 15 (10 generated)
|