perf: Only search potentially changed constraints in lexical_region_resolve#68001
Merged
bors merged 2 commits intorust-lang:masterfrom Jan 18, 2020
Merged
perf: Only search potentially changed constraints in lexical_region_resolve#68001bors merged 2 commits intorust-lang:masterfrom
bors merged 2 commits intorust-lang:masterfrom
Conversation
Contributor
|
r? @davidtwco (rust_highfive has picked a reviewer for you, use r? to override) |
Contributor
|
@bors try @rust-timer queue |
Collaborator
|
Awaiting bors try build completion |
Collaborator
bors
added a commit
that referenced
this pull request
Jan 8, 2020
perf: Only search potentially changed constraints in lexical_region_resolve Gives a big performance increase to the unicode_normalization benchmark in my testing.
Collaborator
|
☀️ Try build successful - checks-azure |
Collaborator
|
Queued fe4e15c with parent f48e576, future comparison URL. |
Collaborator
|
Finished benchmarking try commit fe4e15c, comparison URL. |
Contributor
nikomatsakis
approved these changes
Jan 8, 2020
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit d9f3888 has been approved by |
Contributor
|
@bors rollup=never |
Collaborator
|
☔ The latest upstream changes (presumably #68034) made this pull request unmergeable. Please resolve the merge conflicts. |
Should reduce the number of elements as well as branches in the extremely hot loop and process_constraint in benchmarks such as unicode_normalization
d9f3888 to
917eb18
Compare
Contributor
Author
|
Rebased to fix conflicts |
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit 917eb18 has been approved by |
Collaborator
bors
added a commit
that referenced
this pull request
Jan 18, 2020
perf: Only search potentially changed constraints in lexical_region_resolve Gives a big performance increase to the unicode_normalization benchmark in my testing.
Collaborator
|
☀️ Test successful - checks-azure |
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.
Gives a big performance increase to the unicode_normalization benchmark in my testing.