• Clemens Hammacher's avatar
    [wasm] Remove redundant validation · 008d7b2a
    Clemens Hammacher authored
    And add some tests for (seemingly) previously uncovered cases.
    The additional check for unreachable code is not needed any more, since
    polymorphic stack values get assigned a specific type on their first
    use or validation anyway. Hence the first entry in the br_table will
    assign specific types to all polymorphic stack values, and type checking
    will fail if later entries do not match.
    
    R=rossberg@chromium.org
    CC=titzer@chromium.org
    
    Change-Id: I1d0f91f927a2aa5186f874112e91ebffa1f1b3a7
    Reviewed-on: https://chromium-review.googlesource.com/675405Reviewed-by: 's avatarAndreas Rossberg <rossberg@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#48109}
    008d7b2a
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...
wasm-spec-tests 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...