• Michael Starzinger's avatar
    [asm.js] Fix numeric literal bounds checking. · e2accb42
    Michael Starzinger authored
    This fixes the bounds checking of "unsigned" numeric literals (those
    that do not contains dots) by the parser. In particular this fixes a
    bogus truncation to 32-bit in the scanner. It also makes the scanner
    more robust by limiting the range of those numeric literals, hence
    completely avoiding rounding loss or truncation errors.
    
    R=clemensh@chromium.org
    TEST=unittests/AsmJsScannerTest.UnsignedNumbers
    BUG=v8:6298
    
    Change-Id: Id31ab3c652e99fa8d3d6663315768e1bfaf3b773
    Reviewed-on: https://chromium-review.googlesource.com/486881Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#44890}
    e2accb42
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...