-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable fp-elim when debug info is disabled
This can almost be fully disabled, as it no longer breaks retrieving a backtrace on OS X as verified by @alexcrichton. However, it still breaks retrieving the values of parameters. This should be fixable in the future via a proper location list... Closes #7477
- Loading branch information
1 parent
17c42db
commit cb263e8
Showing
4 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -244,6 +244,3 @@ fn main() { | |
while_expr(40, 41, 42); | ||
loop_expr(43, 44, 45); | ||
} | ||
|
||
|
||
|
cb263e8
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.
saw approval from alexcrichton
at https://github.com/thestinger/rust/commit/cb263e875e2ede820f4fab45a68d08ff6a9b2870
cb263e8
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.
merging thestinger/rust/frame-pointer = cb263e8 into auto
cb263e8
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.
thestinger/rust/frame-pointer = cb263e8 merged ok, testing candidate = 1e23c5c
cb263e8
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.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/3883
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1725
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1727
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3883
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2983
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2989
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3898
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2986
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2992
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3900
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2986
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2991
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/3060
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/838
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3891
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2992
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2997
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3660
cb263e8
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.
fast-forwarding master to auto = 1e23c5c