summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMatheus Marchini <matheus@sthima.com>2018-06-18 09:47:52 -0700
committerMatheus Marchini <matheus@sthima.com>2018-06-21 08:57:55 -0700
commit40b1f08a0f559a11434347368f802061f80181c0 (patch)
treeaab43b06e50636c7945c16f2f00f262d012c171e /common.gypi
parent25e5ae41688676a5fd29b2e2e7602168eee4ceb5 (diff)
downloadandroid-node-v8-40b1f08a0f559a11434347368f802061f80181c0.tar.gz
android-node-v8-40b1f08a0f559a11434347368f802061f80181c0.tar.bz2
android-node-v8-40b1f08a0f559a11434347368f802061f80181c0.zip
deps: cherry-pick 5dd3395 from upstream V8
Original commit message: [log] improve --perf-basic-prof-only-functions Change --perf-basic-prof-only-functions to also log builtin code creation events, otherwise InterpretedFunctions generated by --interpreted-frames-native-stack will be filtered out. R=yangguo@google.com Change-Id: Ib0623fca88e25c514473a43de56ebbbdcb146f97 Reviewed-on: https://chromium-review.googlesource.com/1100014 Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#53760} Refs: https://github.com/v8/v8/commit/5dd33955d5cb1d84dd2509363e11d3c2a PR-URL: https://github.com/nodejs/node/pull/21386 Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index bc80c68f58..415a055931 100644
--- a/common.gypi
+++ b/common.gypi
@@ -27,7 +27,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.8',
+ 'v8_embedder_string': '-node.9',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,