[PATCH] D19271: Change CALL_ONCE_INITIALIZATION implementation to use static initialization

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 11:54:42 PDT 2016


Yeah if we have multi-threaded client on Windows, you're right it should be fixed.
I'll give a try!

> On Apr 20, 2016, at 11:52 AM, Reid Kleckner <rnk at google.com> wrote:
> 
> rnk added a comment.
> 
> I already don't trust the existing code, and tsan apparently says it is broken, so if you agree we don't want to use it on Unix, then I *really* don't want to use it on Windows either. :) Feel free to add the ifdef and make it my problem, though.
> 
> 
> http://reviews.llvm.org/D19271
> 
> 
> 



More information about the llvm-commits mailing list