> On Aug 21, 2015, at 12:11 PM, Michael Catanzaro <[email protected]> wrote:
> 
> 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.

I wonder also if we can get rid of all use of the old options. Then there would 
be no need for a style checker rule, we'd just delete them. Maybe a good 
starter project, if someone wants to learn a bit about WebKit.

 - Maciej


_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to