1. 12 Dec, 2022 1 commit
  2. 09 Dec, 2022 3 commits
  3. 07 Dec, 2022 1 commit
  4. 25 Nov, 2022 1 commit
  5. 15 Nov, 2022 1 commit
  6. 01 Nov, 2022 1 commit
  7. 27 Oct, 2022 1 commit
  8. 24 Oct, 2022 2 commits
  9. 21 Oct, 2022 1 commit
  10. 19 Oct, 2022 1 commit
  11. 14 Oct, 2022 2 commits
  12. 13 Oct, 2022 3 commits
  13. 30 Sep, 2022 1 commit
  14. 29 Sep, 2022 1 commit
  15. 28 Sep, 2022 1 commit
  16. 23 Sep, 2022 2 commits
  17. 22 Sep, 2022 16 commits
  18. 21 Sep, 2022 1 commit
    • Thiabaud Engelbrecht's avatar
      Reland "[v8] Use |AllocateAtLeast| for resizing v8 zones." · 2a7f86ed
      Thiabaud Engelbrecht authored
      This is a reland of commit 4444874c
      This fixes a failure on the UBSan bots caused by assuming |Realloc| is always in-place if the new size is <= the value of |malloc_usable_size|.
      
      Original change's description:
      > [v8] Use |AllocateAtLeast| for resizing v8 zones.
      >
      > This is part of an ongoing effort to reduce fragmentation in Chrome.  Partition alloc shows v8 zones are a large user of memory in Renderer processes, and that there is fragmentation from these allocations. This CL will reduce this fragmentation by allowing v8 to use all allocated memory for its zones.
      >
      > Bug: v8:13193, chromium:1238858
      > Change-Id: Ibeac8bdba9d0e7ff66b14a3dde10e7c87d3cf953
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3889361
      > Reviewed-by: Adam Klein <adamk@chromium.org>
      > Commit-Queue: Thiabaud Engelbrecht <thiabaud@google.com>
      > Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
      > Cr-Commit-Position: refs/heads/main@{#83235}
      
      Bug: v8:13193, chromium:1238858
      Change-Id: I923bcbce8403dd7d84642340fd7202087b8a4440
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3910268Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Commit-Queue: Thiabaud Engelbrecht <thiabaud@google.com>
      Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#83372}
      2a7f86ed