-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
fixed multiple initialization of globals #5843
Conversation
LGTM |
@jtattermusch this ought to let us merge #5809 which will fix the TSAN stability issues |
Great, I like the code too. |
Definitely not related. On Fri, Mar 18, 2016 at 4:48 PM Jan Tattermusch notifications@github.com
|
Agreed that it's unrelated as this PR is only C++ and that test is in core. On Fri, Mar 18, 2016 at 4:56 PM Craig Tiller notifications@github.com
|
Fine to merge once performance tests & travis finish. |
fixed multiple initialization of globals
related to #5809
@vjpai