DescriptionTreat the x*1 generated by parsing a unary + as containing a dot.
Since we convert +x to x*1, we loose information about whether
the 1 was intended to be a floating point value for asm.js or not.
Mark the generated 1 as containing a dot (i.e. 1.0).
BUG= https://code.google.com/p/v8/issues/detail?id=4203
TEST=test-parser
R=rossberg@chromium.org,titzer@chromium.org
LOG=N
Committed: https://crrev.com/4d3a0a7ce69c6ac3210018664368f0e29da6df0d
Cr-Commit-Position: refs/heads/master@{#30481}
Patch Set 1 : fix #
Messages
Total messages: 7 (2 generated)
|