1. 22 Jun, 2022 2 commits
  2. 21 Jun, 2022 1 commit
  3. 20 Jun, 2022 2 commits
  4. 15 Jun, 2022 2 commits
  5. 14 Jun, 2022 5 commits
  6. 10 Jun, 2022 4 commits
  7. 09 Jun, 2022 1 commit
  8. 08 Jun, 2022 1 commit
  9. 02 Jun, 2022 1 commit
  10. 01 Jun, 2022 6 commits
  11. 31 May, 2022 1 commit
    • Joyee Cheung's avatar
      Revert "[heap] pre-populate the single_character_string_cache" · 4bdbccc3
      Joyee Cheung authored
      This reverts commit 07e11a64.
      
      Reason for revert: caused regressions and heap verification failures
      
      Bug: chromium:1330410, chromium:1330408, chromium:1330413
      
      Original change's description:
      > [heap] pre-populate the single_character_string_cache
      >
      > This simplifies the code and removes the runtime overhead of
      > spontaneously adding strings to the cache.
      >
      > Bug: v8:12718
      > Change-Id: I2ed49bd82e3baf2563eeb8f463be72c0308c52c5
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3616553
      > Reviewed-by: Dominik Inführ <dinfuehr@chromium.org>
      > Reviewed-by: Leszek Swirski <leszeks@chromium.org>
      > Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
      > Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
      > Commit-Queue: Joyee Cheung <joyee@igalia.com>
      > Cr-Commit-Position: refs/heads/main@{#80803}
      
      Bug: v8:12718
      Change-Id: I569fea9e34effd57c9e7c65190cf5b4ec0b0623b
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3679680
      Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
      Owners-Override: Leszek Swirski <leszeks@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#80870}
      4bdbccc3
  12. 30 May, 2022 2 commits
  13. 28 May, 2022 2 commits
  14. 27 May, 2022 2 commits
  15. 25 May, 2022 1 commit
  16. 24 May, 2022 1 commit
  17. 19 May, 2022 1 commit
  18. 18 May, 2022 2 commits
    • Seth Brenith's avatar
      [v8windbg] Skip undefined types in Torque structs · 3a558456
      Seth Brenith authored
      The test cctest/test-v8windbg recently started failing because the
      v8windbg debugger extension is unable to read the "flags" field on a
      SharedFunctionInfo instance. This occurs because one of the bitfields
      within "flags" has type OSRCodeCacheStateOfSFI, which is only declared
      using an "opaque enum declaration":
      
        enum OSRCodeCacheStateOfSFI : uint8_t;
      
      When WinDbg fails in its attempt to look up that type, v8windbg responds
      by failing to construct anything at all for "flags". However, the other
      17 bitfields in "flags" can be represented successfully, so a more
      useful behavior is to just skip the one failed entry.
      
      Change-Id: I40630548d21499e49f0214da28260318a38d9360
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3653096Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
      Cr-Commit-Position: refs/heads/main@{#80615}
      3a558456
    • Almothana Athamneh's avatar
      Revert "Change linux_chromium_chromeos_msan_rel_ng to blocking on auto roll" · c3107f06
      Almothana Athamneh authored
      This reverts commit e412e643.
      
      Reason for revert: builder takes too long on CQ
      
      Original change's description:
      > Change linux_chromium_chromeos_msan_rel_ng to blocking on auto roll
      >
      > Bug: v8:12755
      > Change-Id: I7c693c07640fd5952047666063f23b4be77692bd
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3644954
      > Commit-Queue: Almothana Athamneh <almuthanna@chromium.org>
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Auto-Submit: Almothana Athamneh <almuthanna@chromium.org>
      > Cr-Commit-Position: refs/heads/main@{#80590}
      
      Bug: v8:12755
      Change-Id: I371c4ebbfc9dc9a0e806653c6c819b0eb29e5228
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3644962
      Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      Auto-Submit: Almothana Athamneh <almuthanna@chromium.org>
      Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      Cr-Commit-Position: refs/heads/main@{#80610}
      c3107f06
  19. 17 May, 2022 3 commits