Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update code and tests to limit false sharing and unnecessary creation of globals #23631

Merged
merged 1 commit into from
Sep 14, 2017

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Sep 8, 2017

This is not intended to change the functionality being tested, just reduce the number of globals left around afterwards. Thus, it's not NFC, but it should be reasonably close. Since this resulted in a lot of indentation changes, the ?w=1 diff is a bit smaller, although still pretty large. Since this does need to hit quite a few files, I expect I'll eventually need to try to merge this fairly quickly.

Ref #19324, as this is rebased from that PR based on Stefan's suggestion of #19324 (comment)

@DrKrar
Copy link
Contributor

DrKrar commented Sep 8, 2017

it seems a great piece of work.

@vtjnash vtjnash force-pushed the jn/toplevel-scope-tests branch from 228c554 to a30c4c2 Compare September 13, 2017 16:18
@vtjnash vtjnash merged commit a26b7d0 into master Sep 14, 2017
@vtjnash vtjnash deleted the jn/toplevel-scope-tests branch September 14, 2017 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants