1. 31 Dec, 2021 1 commit
  2. 30 Dec, 2021 6 commits
  3. 29 Dec, 2021 3 commits
  4. 28 Dec, 2021 1 commit
  5. 27 Dec, 2021 5 commits
  6. 26 Dec, 2021 1 commit
  7. 25 Dec, 2021 1 commit
  8. 24 Dec, 2021 3 commits
  9. 23 Dec, 2021 3 commits
  10. 22 Dec, 2021 7 commits
  11. 21 Dec, 2021 8 commits
  12. 20 Dec, 2021 1 commit
    • Clemens Backes's avatar
      [wasm][fuzzer] Do not enable shared memory · 2344edb2
      Clemens Backes authored
      Shared array buffers are not tracked by the garbage collector, which
      makes the fuzzer run out of memory pretty quickly. Since shared memory
      is not needed any more for testing atomics, we can just make the memory
      non-shared again.
      
      This also improves the performance of the fuzzer (execs/s) by more than
      2x locally.
      
      R=ahaas@chromium.org
      
      Bug: chromium:1281419
      Change-Id: Ic7803617d6a14aaa698d9181327ec20b21d29faa
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3350764Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Commit-Queue: Clemens Backes <clemensb@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#78418}
      2344edb2