On Wed, 2015-08-19 at 13:08 -0700, Filip Pizlo wrote: > TL;DR. Don’t use WTF::SpinLock, WTF::Mutex, std::mutex, > WTF::ThreadCondition, std::condition_variable, or > std::condition_variable_any. They waste CPU time and they waste > memory. Use WTF::Lock and WTF::Condition instead.
Hi, I recommend adding a style-checker rule to enforce this, if you haven't already. _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

