Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: backport 03ef3cd from V8 upstream #3165

Closed

Commits on Oct 3, 2015

  1. deps: backport 03ef3cd from V8 upstream

    Reduces likelihood of the filename being truncated in /tmp/perf-*.map when
    profiling with --perf_basic_prof.
    
    v8/v8@03ef3cd
    
    Original commit message:
      improve perf_basic_prof filename reporting
    
      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@{nodejs#31092}
    ofrobots committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    def6ca0 View commit details
    Browse the repository at this point in the history