[llvm-commits] Reworked SwitchInst prototype with case-ranges.

Nick Lewycky nicholas at mxc.ca
Fri Sep 7 01:04:20 PDT 2012


Nuno Lopes wrote:
> - Please don't use function static variables. It's not good for thread
> safety.

Excuse me? On what platform are function local statics not thread safe? 
I've been known to advocate using function local statics as the solution 
to threading problems.

Nick



More information about the llvm-commits mailing list