This repository was archived by the owner on Oct 12, 2022. It is now read-only.
windows: make precise scanning of DATA and TLS optional#1798
Merged
dlang-bot merged 4 commits intodlang:masterfrom Jun 17, 2017
Merged
windows: make precise scanning of DATA and TLS optional#1798dlang-bot merged 4 commits intodlang:masterfrom
dlang-bot merged 4 commits intodlang:masterfrom
Conversation
Member
Author
|
Rebased back to master and added changelog. |
…ranges, skip zeros add changelog
a94ba39 to
298dd9b
Compare
Member
Author
|
Finally figured one/the cause for the crashes: dlang/phobos#5357 |
Member
Author
|
Now that this has passed the auto tester for a couple of days the spurious failures are likely gone after the fix to phobos. I changed the default to conservative scanning, so this can be considered for merging. |
MartinNowak
approved these changes
Jun 17, 2017
Member
Author
|
Thanks. Added a documentation PR here: dlang/dlang.org#1724 |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes use of the pointer reference information written by the compiler. If it passes I think it would make sense to add it to the release. It should be opt-in, though, so I'd change the default before merging.