1. 17 May, 2019 8 commits
  2. 16 May, 2019 30 commits
  3. 15 May, 2019 2 commits
    • Frank Tang's avatar
      [Intl] Use icu::LocaleBuilder for JSLocale · 38772fe0
      Frank Tang authored
      Performance impact measured by
      $ python -u tools/run_perf.py --binary-override-path \
          out/x64.release/d8 --filter "JSTests/Intl"  \
          test/js-perf-test/JSTests5.json
      
      Look for NewIntlLocaleWithOptions-Intl & NewIntlLocale-Intl (3 runs):
      BEFORE . 465 / 473 / 438                 1717 / 1677 / 1719
      AFTER    553 / 520 / 463                 2706 / 2530 / 2758
      Speed up      x1.12                            x1.56
      
      Bug: v8:9121
      
      Change-Id: I0f88a712203639972c0c90fcfc0a89f01da90d73
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1570581Reviewed-by: 's avatarFrank Tang <ftang@chromium.org>
      Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
      Commit-Queue: Frank Tang <ftang@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61560}
      38772fe0
    • Igor Sheludko's avatar
      Reland "[ptr-compr][x64] Temporarily enable pointer compression on x64" · 2d710200
      Igor Sheludko authored
      This is a reland of d61a9347
      
      6th attempt. Relanding after fixing TSan/UBSan issues.
      
      Original change's description:
      > [ptr-compr][x64] Temporarily enable pointer compression on x64
      >
      > ... and make sure that the x64 ptr-compr bots proceed testing V8 without
      > pointer compression in order to keep testing the full pointer mode.
      >
      > Bug: v8:7703
      > Change-Id: Ib1498609603cb03be2464043658131d5a2f1e012
      > Cq-Include-Trybots: luci.v8.try:v8_linux64_ubsan_rel_ng,v8_linux64_tsan_rel
      > Cq-Include-Trybots: luci.chromium.try:fuchsia_x64,linux-rel,mac-rel
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1559850
      > Commit-Queue: Igor Sheludko <ishell@chromium.org>
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#61416}
      
      Bug: v8:7703
      Change-Id: I1fa0989aef9ea08e54fd6dfd32d6989367332ce3
      Cq-Include-Trybots: luci.v8.try:v8_linux64_ubsan_rel_ng,v8_linux64_tsan_rel
      Cq-Include-Trybots: luci.v8.try:v8_linux64_cfi_rel_ng
      Cq-Include-Trybots: luci.chromium.try:fuchsia_x64,linux-rel,mac-rel
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1607654
      Commit-Queue: Igor Sheludko <ishell@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61559}
      2d710200