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

Inspector: Track async stacks only when necessary #16308

Merged
merged 2 commits into from
Oct 29, 2017

Commits on Oct 29, 2017

  1. deps: V8: backport b1cd96e from upstream

    Original commit message:
      [inspector] added V8InspectorClient::maxAsyncCallStackDepthChanged
    
      R=dgozman@chromium.org
    
      Bug: none
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: I0fa10978266feb3c3907ce1f3386ae7a34a33582
      Reviewed-on: https://chromium-review.googlesource.com/726490
      Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
      Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
      Cr-Commit-Position: refs/heads/master@{nodejs#48705}
    
    PR-URL: nodejs#16308
    Refs: v8/v8@b1cd96e
    Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Timothy Gu <timothygu99@gmail.com>
    ofrobots committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    c087502 View commit details
    Browse the repository at this point in the history
  2. inspector: track async stacks when necessary

    With this change, we do async stack tracking only when explicitly
    requested by the inspector client. This avoids unnecessary overhead
    for clients that might not be interested in async stack traces.
    
    PR-URL: nodejs#16308
    Fixes: nodejs#16180
    Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Timothy Gu <timothygu99@gmail.com>
    ofrobots committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    5886e20 View commit details
    Browse the repository at this point in the history