1. 05 Aug, 2016 2 commits
    • bmeurer's avatar
      [turbofan] Remove unnecessary prototype checks for element access. · cad5b296
      bmeurer authored
      We don't need to add stability dependencies on JSObject prototypes when
      storing to an element, because we do the map check (and thereby guard
      the elements kind) and we also properly deoptimize on holes if the array
      protector is not usable.
      
      R=verwaest@chromium.org
      BUG=chromium:616709
      
      Review-Url: https://codereview.chromium.org/2198833002
      Cr-Commit-Position: refs/heads/master@{#38355}
      cad5b296
    • v8-autoroll's avatar
      Update V8 DEPS. · 9216b2bd
      v8-autoroll authored
      Rolling v8/build to f0243d787961584ac95a86e7dae897b9b60ea674
      
      Rolling v8/buildtools to 9c6ad6f5cbc2f30989edc3504ec7f9d360542512
      
      Rolling v8/tools/clang to 0b06ba9e49a0cba97f6accd71a974c1623d69e16
      
      Rolling v8/tools/mb to 60b89880ddfbccdc978f3c1562b2431119aea3d4
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/2211333002
      Cr-Commit-Position: refs/heads/master@{#38354}
      9216b2bd
  2. 04 Aug, 2016 35 commits
  3. 03 Aug, 2016 3 commits