• Clemens Hammacher's avatar
    [wasm] Don't try to interpret asm.js modules · a68b75d0
    Clemens Hammacher authored
    The interpreter does not implement all asm.js specific opcodes. Thus
    the combination of --validate-asm and --wasm-interpret-all might crash.
    The interpreter does not need to execute asm.js  modules, as they are
    debugged by executing them in turbofan instead of the wasm interpreter.
    This CL thus excludes asm.js modules from --wasm-interpret-all.
    
    R=ahaas@chromium.org
    BUG=chromium:719175
    
    Change-Id: I14228ea11ee3ea8a229cfa6e4179338a442b6cca
    Reviewed-on: https://chromium-review.googlesource.com/506160
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#45364}
    a68b75d0
regression-719175.js 346 Bytes