Commit a1aff28f authored by Peter Marshall's avatar Peter Marshall Committed by Rod Vagg
Browse files

deps: cherry-pick 525b396 from V8 upstream

Original commit message:

    [cpu-profiler] Fix a leak caused by re-logging existing functions.

    Don't re-log all existing functions during StartProcessorIfNotStarted().
    They will already be in the CodeMap attached to the ProfileGenerator and
    re-logging them causes leaks. See the linked bug for more details.

    Bug: v8:8253
    Change-Id: Ibb1a1ab2431c588e8c3a3a9ff714767cdf61a88e
    Reviewed-on: https://chromium-review.googlesource.com/1256763


    Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Reviewed-by: default avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56336}

Refs: https://github.com/v8/v8/commit/525b39619548b4e7fbf48934acb18d3f209321db

PR-URL: https://github.com/nodejs/node/pull/25041


Reviewed-By: default avatarYang Guo <yangguo@chromium.org>
Reviewed-By: default avatarRod Vagg <rod@vagg.org>
parent 045868db
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment