1. 11 Oct, 2019 1 commit
  2. 26 Sep, 2018 1 commit
  3. 02 Dec, 2017 1 commit
    • Mathias Bynens's avatar
      Normalize casing of hexadecimal digits · 822be9b2
      Mathias Bynens authored
      This patch normalizes the casing of hexadecimal digits in escape
      sequences of the form `\xNN` and integer literals of the form
      `0xNNNN`.
      
      Previously, the V8 code base used an inconsistent mixture of uppercase
      and lowercase.
      
      Google’s C++ style guide uses uppercase in its examples:
      https://google.github.io/styleguide/cppguide.html#Non-ASCII_Characters
      
      Moreover, uppercase letters more clearly stand out from the lowercase
      `x` (or `u`) characters at the start, as well as lowercase letters
      elsewhere in strings.
      
      BUG=v8:7109
      TBR=marja@chromium.org,titzer@chromium.org,mtrofin@chromium.org,mstarzinger@chromium.org,rossberg@chromium.org,yangguo@chromium.org,mlippautz@chromium.org
      NOPRESUBMIT=true
      
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: I790e21c25d96ad5d95c8229724eb45d2aa9e22d6
      Reviewed-on: https://chromium-review.googlesource.com/804294
      Commit-Queue: Mathias Bynens <mathias@chromium.org>
      Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#49810}
      822be9b2
  4. 18 Oct, 2017 1 commit
  5. 13 Oct, 2017 1 commit
  6. 05 Sep, 2016 1 commit
  7. 23 Aug, 2016 1 commit
  8. 27 Jul, 2016 1 commit
  9. 22 Jun, 2016 1 commit
  10. 08 Jun, 2016 1 commit
  11. 20 May, 2016 1 commit
    • ulan's avatar
      Workaround for glibc semaphore bug. · 84ee9470
      ulan authored
      Instead of dynamically creating semaphore for each page parallel job,
      we create one semaphore for MarkCompact and reuse it.
      
      This patch also removes all instrumentation code that was added to
      help with investigation.
      
      BUG=chromium:609249
      LOG=NO
      
      Review-Url: https://codereview.chromium.org/1998213002
      Cr-Commit-Position: refs/heads/master@{#36407}
      84ee9470
  12. 09 May, 2016 1 commit
  13. 03 May, 2016 1 commit
  14. 27 Apr, 2016 1 commit
  15. 25 Apr, 2016 2 commits
  16. 22 Apr, 2016 1 commit
  17. 16 Mar, 2016 1 commit
  18. 13 Oct, 2015 1 commit
  19. 30 Sep, 2015 1 commit
  20. 02 Sep, 2014 1 commit
  21. 29 Aug, 2014 1 commit
  22. 04 Aug, 2014 1 commit
  23. 30 Jun, 2014 1 commit
  24. 03 Jun, 2014 1 commit
  25. 29 Apr, 2014 1 commit
  26. 14 Jan, 2014 1 commit
  27. 02 Sep, 2013 1 commit