| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index cabd7bdbdf5411586e027fc19868f40de2547810..6f119a3fb5d0d87865f265c452872f6b848de7b8 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -532,7 +532,9 @@ DEFINE_BOOL(wasm_atomics_prototype, false,
|
|
|
| DEFINE_BOOL(wasm_trap_handler, false,
|
| "use signal handlers to catch out of bounds memory access in wasm"
|
| - " (currently Linux x86_64 only)")
|
| + " (experimental, currently Linux x86_64 only)")
|
| +DEFINE_BOOL(wasm_guard_pages, false,
|
| + "add guard pages to the end of WebWassembly memory (experimental)")
|
|
|
| // Profiler flags.
|
| DEFINE_INT(frame_count, 1, "number of stack frames inspected by the profiler")
|
|
|