-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std: Re-optimize tls access on local allocation path
I did this once but acciddentally undid it in a later patch.
- Loading branch information
Showing
4 changed files
with
24 additions
and
16 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
95badab
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 brson
at brson@95badab
95badab
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 brson/rust/local-opts = 95badab into auto
95badab
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.
brson/rust/local-opts = 95badab merged ok, testing candidate = 4601ea6
95badab
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/886
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/889
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt/builds/890
success: http://buildbot.rust-lang.org/builders/auto-mac-all-opt/builds/886
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/904
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt/builds/906
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/904
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt/builds/908
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt-vg/builds/913
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/77
success: http://buildbot.rust-lang.org/builders/auto-linux-all-opt/builds/906
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/889
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt/builds/903
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/676
95badab
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 = 4601ea6