-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[WIP] feat(manifest): add a force-frame-pointers
profile option
#15451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the solution details are still being discussed in #15451
#[cargo_test] | ||
fn force_frame_pointers_on_works() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you be up for putting the tests in a previous commit without force-frame-pointers
, having them pass, showing the existing behavior? Then in this commit, the diff highlights the new feature and what it changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem, I can do that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EDIT : I suppose I should first wait for a conclusion to the conversation in the related issue ?
force-frame-pointers
profile optionforce-frame-pointers
profile option
What does this PR try to resolve?
This PR resolves #15333, and a
force-frame-pointers
option for profiles. It also fixes tests related to profiles, and adds some basic tests for the new option itself.How should we test and review this PR?
Run the tests in
tests/testsuite/profiles.rs
:force_frame_pointers_on_works
force_frame_pointers_off_works
force_frame_pointers_unspecified_works
Additional information
See, however, the discussion in the linked issue, as there might be some changes needed