1. 05 Oct, 2015 6 commits
  2. 03 Oct, 2015 3 commits
    • Michael Hablich's avatar
      Update version to 4.8 · 01590d66
      Michael Hablich authored
      TBR=machenbach@chromium.org
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/1387763002 .
      
      Cr-Commit-Position: refs/heads/master@{#31093}
      01590d66
    • ofrobots's avatar
      improve perf_basic_prof filename reporting · 03ef3cd0
      ofrobots authored
      The buffer used for appending filenames to the string printed to the
      perf_basic_prof log was unnecessarily too small. Bump it up to be at least
      kUtf8BufferSize.
      
      Truncation of filenames makes it really hard to work with profiles gathered on
      Node.js. Because of the way Node.js works, you can have node module dependencies
      in deeply nested directories. The last thing you want when investigating a
      performance problem is to have script names be truncated.
      
      This patch is a stop-gap. Ideally, I want no truncation of the filename at all
      and use a dynamically growing buffer. That would be a larger change, and I
      wanted to have a quick fix available that can be back-ported to Node.js LTS
      release.
      
      R=yangguo@chromium.org,yurys@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/1388543002
      
      Cr-Commit-Position: refs/heads/master@{#31092}
      03ef3cd0
    • v8-autoroll's avatar
      Update V8 DEPS. · 8708e4e3
      v8-autoroll authored
      Rolling v8/tools/clang to 071be3c47dbf2dfb347629bbfb0afe462cbc571b
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1379053003
      
      Cr-Commit-Position: refs/heads/master@{#31091}
      8708e4e3
  3. 02 Oct, 2015 29 commits
  4. 01 Oct, 2015 2 commits