• Eric Holk's avatar
    [wasm] Remove --wasm-guard-pages flag · 69d790e5
    Eric Holk authored
    This flag was originally added as a staging mechanism to let us land and test
    guard regions without the full trap handler feature landing. Additionally, we
    thought we might enable guard regions without trap handlers on some systems.
    
    Trap handlers are now supported, and there's not a real compelling reason for
    why we need guard regions without trap handlers. Keeping the separate flag leads
    to confusion, since some code treats guard regions and trap handlers the same,
    while other code treats them as independent.
    
    Removing this flag and its associated special cases makes everything more
    uniform and predictable.
    
    R=gdeepti@chromium.org
    
    Change-Id: Icebab91d1f1e0c55e7a35c75b880085d37fa14ae
    Reviewed-on: https://chromium-review.googlesource.com/706570Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
    Reviewed-by: 's avatarMircea Trofin <mtrofin@chromium.org>
    Commit-Queue: Eric Holk <eholk@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#48411}
    69d790e5
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...