1. 10 May, 2016 3 commits
    • mlippautz's avatar
      [heap] Properly deal with OOM during committing of pooled pages · 997682fa
      mlippautz authored
      BUG=chromium:610603
      LOG=N
      R=hpayer@chromium.org
      
      Review-Url: https://codereview.chromium.org/1958403003
      Cr-Commit-Position: refs/heads/master@{#36122}
      997682fa
    • littledan's avatar
      Various species micro-optimizations · f98caf44
      littledan authored
      - Inline reads to the species protector
      - Put V8_LIKELY/V8_UNLIKELY to guide Array.prototype.{slice,splice,concat}
        to the fast paths
      - Put the Array species good path checks directly in
        Array.prototype.concat to avoid a couple reads of the array constructor
        from the native context
      
      These changes together bring a ~4-6% win on
      kraken-orig/stanford-crypto-pbkdf2-orig which more than makes up from
      the performance degradation from a recent other species-related change.
      
      BUG=chromium:609739
      R=cbruni@chromium.org
      LOG=Y
      
      Review-Url: https://codereview.chromium.org/1958713003
      Cr-Commit-Position: refs/heads/master@{#36121}
      f98caf44
    • v8-autoroll's avatar
      Update V8 DEPS. · 7536f837
      v8-autoroll authored
      Rolling v8/build to 143dcc2b1b07c16858f16f25fefe04311f663279
      
      Rolling v8/tools/clang to 18b63c680a59a7125514b1e05ca42cdfb89a19c7
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/1959293002
      Cr-Commit-Position: refs/heads/master@{#36120}
      7536f837
  2. 09 May, 2016 26 commits
  3. 08 May, 2016 1 commit
    • v8-autoroll's avatar
      Update V8 DEPS. · 9c6b606f
      v8-autoroll authored
      Rolling v8/build to e3d87b142123f2da73c94c276ee915c099afe909
      
      Rolling v8/tools/clang to 15dd77e3ea10e43596ec6ac07b73431135915b30
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/1961713002
      Cr-Commit-Position: refs/heads/master@{#36093}
      9c6b606f
  4. 07 May, 2016 2 commits
  5. 06 May, 2016 8 commits