• Clemens Hammacher's avatar
    [wasm] Remove trap handler fallback · c2835df6
    Clemens Hammacher authored
    The trap handler fallback is flaky, and was never enabled since it
    never worked reliably. This CL removes
    a) the --wasm-trap-handler-fallback flag,
    b) the distinction between soft and hard address space limit,
    c) methods to check whether memory has guard regions (it will always
      have them on 64 bit architectures),
    d) associated runtime functions,
    e) the trap handler fallback tests,
    f) recompilation logic for the fallback.
    
    R=titzer@chromium.org
    
    Bug: v8:8746
    Change-Id: I7f4682b8cd5470906dd8579ff1fdc9b1a3c0f0e7
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1570023Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#60904}
    c2835df6
wasm-memory.h 12.3 KB