Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 36 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisessrc: enable detailed source positions in V8 #24515
Conversation
hashseed
added some commits
Nov 20, 2018
hashseed
requested review from
refack and
psmarshall
Nov 20, 2018
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
commented
Nov 20, 2018
|
@hashseed sadly an error occured when I tried to trigger a build :( |
nodejs-github-bot
added
the
lib / src
label
Nov 20, 2018
targos
approved these changes
Nov 20, 2018
This comment has been minimized.
This comment has been minimized.
joyeecheung
approved these changes
Nov 20, 2018
psmarshall
approved these changes
Nov 20, 2018
jasnell
approved these changes
Nov 21, 2018
refack
approved these changes
Nov 22, 2018
refack
added
V8 Engine
inspector
performance
labels
Nov 22, 2018
addaleax
added
the
author ready
label
Nov 23, 2018
This comment has been minimized.
This comment has been minimized.
addaleax
closed this
Nov 23, 2018
addaleax
added a commit
that referenced
this pull request
Nov 23, 2018
addaleax
added a commit
that referenced
this pull request
Nov 23, 2018
targos
added a commit
that referenced
this pull request
Nov 24, 2018
targos
added a commit
that referenced
this pull request
Nov 24, 2018
rvagg
added a commit
that referenced
this pull request
Nov 28, 2018
rvagg
added a commit
that referenced
this pull request
Nov 28, 2018
targos
added a commit
to targos/node
that referenced
this pull request
Dec 4, 2018
pull bot
pushed a commit
to shakir-abdo/node
that referenced
this pull request
Dec 6, 2018
This was referenced Dec 8, 2018
codebytere
added
the
dont-land-on-v10.x
label
Jan 13, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
hashseed
deleted the
hashseed:enabledetailed
branch
Feb 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
hashseed commentedNov 20, 2018
Enable detailed source positions in generated code. When profiling, this gives a better mapping between profile samples to source text.
This is a second attempt. The previous one was reverted due to a small mistake when floating the related V8 patch.
Refs: #24274
Refs: #24394
Refs: #24393
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesmake -j4 test-v8passes