trace_events: background thread metadata events by ofrobots · Pull Request #20823 · nodejs/node

@nodejs-github-bot added the c++

Issues and PRs that require attention from people who are familiar with C++.

label

May 18, 2018

mcollina

@ofrobots

V8 uses a thread pool provided by the host to schedule background tasks
for concurrent GC and compiation. Emit trace events to identify the
background threads. Ensure that the tracing infrastructure is started
before the thread pool is initialized.

PR-URL: nodejs#20823
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

@ofrobots ofrobots deleted the trace-buffer-earlier branch

May 21, 2018 18:20

MylesBorins pushed a commit that referenced this pull request

May 22, 2018
V8 uses a thread pool provided by the host to schedule background tasks
for concurrent GC and compiation. Emit trace events to identify the
background threads. Ensure that the tracing infrastructure is started
before the thread pool is initialized.

PR-URL: #20823
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

MylesBorins pushed a commit that referenced this pull request

May 23, 2018
V8 uses a thread pool provided by the host to schedule background tasks
for concurrent GC and compiation. Emit trace events to identify the
background threads. Ensure that the tracing infrastructure is started
before the thread pool is initialized.

PR-URL: #20823
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

blattersturm pushed a commit to citizenfx/node that referenced this pull request

Nov 3, 2018
V8 uses a thread pool provided by the host to schedule background tasks
for concurrent GC and compiation. Emit trace events to identify the
background threads. Ensure that the tracing infrastructure is started
before the thread pool is initialized.

PR-URL: nodejs#20823
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>