Description[crankshaft] Fix invalid ToNumber optimization.
We cannot optimize away ToNumber conversions based on the Type that we
see in Crankshaft, as this might be the (unchecked or even pretruncated)
lower bound. We can only use the HType, which is based on the definition.
R=jkummerow@chromium.org
BUG=chromium:590989
LOG=n
Committed: https://crrev.com/0c35579093dc5e286ad89e5c7bde3aeb355def07
Cr-Commit-Position: refs/heads/master@{#34445}
Patch Set 1 #
Messages
Total messages: 9 (2 generated)
|