1. 08 Dec, 2021 17 commits
  2. 07 Dec, 2021 21 commits
  3. 06 Dec, 2021 2 commits
    • Shu-yu Guo's avatar
      Reland "[top-level-await] Remove --harmony-top-level-await" · a4b83dcf
      Shu-yu Guo authored
      This is a reland of 3ee4804f.
      
      The CL was originally reverted for blink test failures. Since the
      revert, the blink top-level await flag has been removed.
      
      Original change's description:
      > [top-level-await] Remove --harmony-top-level-await
      >
      > TLA has been shipped since v8.9.
      >
      > Bug: v8:9344, chromium:1271114
      > Change-Id: Ibebf21da8bacb1f0d212390133847495ad8553e5
      > Reviewed-on:
      https://chromium-review.googlesource.com/c/v8/v8/+/3307103
      > Commit-Queue: Shu-yu Guo <syg@chromium.org>
      > Reviewed-by: Camillo Bruni <cbruni@chromium.org>
      > Reviewed-by: Marja Hölttä <marja@chromium.org>
      > Reviewed-by: Igor Sheludko <ishell@chromium.org>
      > Cr-Commit-Position: refs/heads/main@{#78169}
      
      Bug: v8:9344, chromium:1271114
      Change-Id: I96a9641967a23a12ba2467a69e5859ad8647f3e3
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3318717
      Commit-Queue: Shu-yu Guo <syg@chromium.org>
      Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#78261}
      a4b83dcf
    • Michael Lippautz's avatar
      cppgc: Do not run stack verification with TSAN · 806a207f
      Michael Lippautz authored
      Avoid verifying the stack when running with TSAN as the TSAN runtime
      changes stack contents when e.g. working with locks.
      
      Specifically, the marker uses locks in slow path operations which
      results in stack changes throughout marking. This means that the
      conservative iteration in the verifier may find more objects then the
      regular marker. The difference is benign as the delta of objects is
      not reachable from user code but it prevents verification.
      
      Bug: chromium:1275581
      Change-Id: Ie316ab65a5b90a1b72c09966f72d61af91224091
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3317976
      Auto-Submit: Michael Lippautz <mlippautz@chromium.org>
      Commit-Queue: Anton Bikineev <bikineev@chromium.org>
      Reviewed-by: 's avatarAnton Bikineev <bikineev@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#78260}
      806a207f