Use higher dynamic address space limit unconditionally.
We are working to enable full guard regions for WebAssembly memories on all 64-bit platforms, whereas previously they were only used when the WebAssembly trap handler feature was used. Since each memory + guard region requires 8 GiB of address space, the original 16 GiB limit is no longer sufficient. This CL makes the behavior of having a higher hard limit on the address space and a lower soft limit that is raised when needed to allocate a WebAssembly memory available even when not using trap handlers. Bug: chromium:828499, v8:7619 Change-Id: I31a279176b91bf18be140a15bf2f64ae62debba1 Reviewed-on: https://chromium-review.googlesource.com/1000334Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Eric Holk <eholk@chromium.org> Cr-Commit-Position: refs/heads/master@{#550754}
Showing
Please register or sign in to comment