• 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...
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...