Description[crankshaft] Fix deopt loop in String.fromCharCode on non-int32 inputs.
The Crankshaft fast case for String.fromCharCode() unconditionally
deoptimizes on all non-int32 inputs, even tho it would be perfectly
valid to just truncate the index to an int32.
R=ishell@chromium.org
BUG=chromium:587068
LOG=n
Committed: https://crrev.com/6cc5c601b66e3ce95e66e16e4be9ac0c3b1ea433
Cr-Commit-Position: refs/heads/master@{#34243}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|