[PATCH] D65783: [WebAssembly] Initialize memory in start function

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 11:38:21 PDT 2019


tlively added a comment.

In D65783#1656699 <https://reviews.llvm.org/D65783#1656699>, @sbc100 wrote:

> Can you verify that you can pass all the "wasm2" tests in emscripten with this change?


Yes, although this CL only affects shared-memory builds, so wasm2 tests are not affected. I have also verified that the pthreads tests in the browser test suite also pass with this change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65783/new/

https://reviews.llvm.org/D65783





More information about the llvm-commits mailing list