build compiler w/ optimizations to speed up test suite#6026
Merged
WalterBright merged 1 commit intodlang:masterfrom Aug 7, 2016
Merged
build compiler w/ optimizations to speed up test suite#6026WalterBright merged 1 commit intodlang:masterfrom
WalterBright merged 1 commit intodlang:masterfrom
Conversation
4fff3e3 to
ff11b20
Compare
Current coverage is 87.42% (diff: 100%)
|
ff11b20 to
add1921
Compare
- we don't have any invariants in dmd, but pay quite some overhead for the redundant checks - even though dmd's backend is not that good and fairly slow at optimizing, the cost amortizes over the whole test suite (~25% speed-up for me) - actually test what we ship ✓ - at best we'd run a release build w/ assertions, but dmd doesn't currently support this (required sth. like -release=assert)
88da9cd to
76cc66b
Compare
ibuclaw
added a commit
to ibuclaw/dmd
that referenced
this pull request
May 7, 2017
ibuclaw
added a commit
to ibuclaw/dmd
that referenced
this pull request
Jun 11, 2017
ibuclaw
added a commit
to ibuclaw/dmd
that referenced
this pull request
Jun 11, 2017
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 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.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.
overhead for the redundant checks
at optimizing, the cost amortized itself over the whole test
suite (~25% speed-up for me)
doesn't currently support this