1. 04 Sep, 2015 4 commits
    • mvstanton's avatar
      Reland Vector ICs: platform support for vector-based stores. · 40fbed06
      mvstanton authored
      The last changes for vector store functionality, they are in 3 areas:
      
      1) The new vector [keyed] store code stubs - implementation.
      2) IC and handler compiler adjustments
      3) Odds and ends. A change in ast.cc, a test update, a small Oracle fix.
      
      TBR=bmeurer@chromium.org, jkummerow@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/1319123004
      
      Cr-Commit-Position: refs/heads/master@{#30581}
      40fbed06
    • mtrofin's avatar
      [turbofan] Split before loops. · f050c53c
      mtrofin authored
      If the range doesn't have calls, but still fails to allocate, try and find a split
      position outside a loop.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1301393012
      
      Cr-Commit-Position: refs/heads/master@{#30580}
      f050c53c
    • mtrofin's avatar
      [turbofan] Greedy: split around calls heuristic. · db646fb2
      mtrofin authored
      Once  a range is found to have a conflict, split around all the calls it
      crosses over, since it will anyway have conflicts there, too.
      
      Incrementally, from the last change to greedy, this change brings
      overall improvement in benchmarks. In fact, except for 2 regressions
      in Jetstream (splay-latency and date-format-xparb, at 6 and 7%
      respectivelly), everything else is in the green or noise. Quite a few
      benchmarks are over 3%, with a few (zlib, for example) in the double
      digits.
      
      Review URL: https://codereview.chromium.org/1328783002
      
      Cr-Commit-Position: refs/heads/master@{#30579}
      db646fb2
    • v8-autoroll's avatar
      Update V8 DEPS. · 9be35ade
      v8-autoroll authored
      Rolling v8/build/gyp to 2b17e0b26a93e8c9758c23aec6c554da4ca8f0a9
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1305273008
      
      Cr-Commit-Position: refs/heads/master@{#30578}
      9be35ade
  2. 03 Sep, 2015 27 commits
  3. 02 Sep, 2015 9 commits