Uh oh!
There was an error while loading. Please reload this page.
src: update trace event macros to v8 6.3 version - #17640
Conversation
kjin
commented
Dec 13, 2017
cc @ofrobots |
addaleax
commented
Dec 13, 2017
jasnell
commented
Dec 13, 2017
Out of curiosity, does this give us support for the |
BridgeAR
commented
Dec 13, 2017
I mark it as ready but I think it should probably wait the full 48 hours. |
ofrobots
commented
Dec 13, 2017
I think this PR re-syncs the trace-event implementation with what we have in V8. WITH_TIMESTAMP is not implemented in V8 just yet. Chromium does have it, but it depends on the base C++ headers and atomics that are available in Chromium but not in V8. I can take a look at how to implement WITH_TIMESTAMP as a follow-on – whether they need to be in V8 (and re-synced here) or whether we can add them to Node directly. |
jasnell
commented
Dec 14, 2017
No worries and no rush. Was just curious. 😎 |
BridgeAR
commented
Jan 19, 2018
bb5575a to
993b716CompareBridgeAR
commented
Jan 31, 2018
BridgeAR
commented
Feb 1, 2018
CI is super red: see e.g. https://ci.nodejs.org/job/node-test-commit-freebsd/15082/nodes=freebsd11-x64/console @kjin would you please have a look at it? |
BridgeAR
commented
Feb 7, 2018
Ping @kjin |
kjin
commented
Feb 13, 2018
@BridgeAR Fixed, sorry about the delay! |
ofrobots
commented
Feb 13, 2018
jasnell
commented
Feb 14, 2018
Several errors in CI, none appear to be related. Rerunning CI on SmartOS just to be safe: https://ci.nodejs.org/job/node-test-commit-smartos/15393/ |
PR-URL: #17640 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
jasnell
commented
Feb 14, 2018
Landed in d8ec49e |
PR-URL: nodejs#17640 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
trace_event_common.hfromdeps/v8/base/trace_event/common/trace_event_common.htrace_event.hChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
src, tracing