1. 07 Feb, 2022 1 commit
  2. 15 Oct, 2021 1 commit
  3. 03 Dec, 2020 1 commit
  4. 17 Feb, 2020 1 commit
  5. 08 Oct, 2019 1 commit
  6. 21 Jun, 2019 1 commit
    • Stephen Kyle's avatar
      [ptr-compr][ic] Compress references in StubCache · a1ba0a85
      Stephen Kyle authored
      The stub cache doubles in size when switching to 64-bit. The references
      stored in it are not currently compressed even with ptr-compr enabled.
      
      This patch compresses those references so the table is the same size on
      32- and 64-bit architectures, which is beneficial on benchmarks which
      utilise the stub cache heavily.
      
      Reducing the stub cache size has lead to an improvement of 0.7% in
      runs/minute being observed on Speedometer on a Pixel device, and 0.4% on
      a Pixel3 device.
      
      Also add constructors to [Strong]TaggedValue to support compression.
      
      Cq-Include-Trybots: luci.v8.try:v8_linux64_pointer_compression_rel_ng
      Cq-Include-Trybots: luci.v8.try:v8_linux64_arm64_pointer_compression_rel_ng
      Change-Id: I3b643d674356deaa129588189df7adfc91d15db4
      Bug: v8:7703
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1635694
      Commit-Queue: Igor Sheludko <ishell@chromium.org>
      Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
      Reviewed-by: 's avatarSantiago Aboy Solanes <solanes@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#62308}
      a1ba0a85
  7. 04 Apr, 2019 1 commit
  8. 21 Feb, 2019 1 commit
  9. 27 Nov, 2018 1 commit
  10. 13 Nov, 2018 1 commit
  11. 26 Oct, 2018 1 commit
  12. 19 Oct, 2018 1 commit
  13. 23 May, 2018 1 commit
  14. 02 Feb, 2018 1 commit
  15. 11 Dec, 2017 1 commit
  16. 28 Sep, 2017 1 commit
  17. 14 Sep, 2017 1 commit
  18. 31 Aug, 2017 1 commit
  19. 22 May, 2017 1 commit
  20. 28 Apr, 2017 1 commit
  21. 20 Feb, 2017 1 commit
  22. 22 Nov, 2016 1 commit
  23. 13 Oct, 2016 1 commit
  24. 06 Sep, 2016 1 commit
    • marja's avatar
      Include only stuff you need, part 8: Fix debug.h -> liveedit.h. · 51a3ffd9
      marja authored
      Rebuilding (after touching certain files) is crazy slow because
      includes are out of control.
      
      The (last remaining) offending include path is: ast.h <- liveedit.h <-
      debug.h <- src/x64/assembler-whatever-port-inl.h <-
      src/macro-assembler.h <- everything possible
      
      With this CL, the rebuild steps needed when touching ast-value-factory.h
      drops from 365 to 181.
      
      BUG=v8:5294
      TBR=bmeurer@chromium.org
      
      Review-Url: https://codereview.chromium.org/2316443002
      Cr-Commit-Position: refs/heads/master@{#39195}
      51a3ffd9
  25. 21 Jul, 2016 1 commit
  26. 15 Jul, 2016 1 commit
  27. 14 Jul, 2016 1 commit
  28. 13 Jul, 2016 1 commit
  29. 06 Jun, 2016 1 commit
  30. 30 Sep, 2015 1 commit
  31. 19 Aug, 2015 1 commit
  32. 12 Dec, 2014 1 commit
  33. 08 Sep, 2014 1 commit
  34. 22 Aug, 2014 1 commit