* On Fri Jan 22, 2016 at 10:46:39PM +0100 28706 , Mark Kettenis (mark.kette...@xs4all.nl) wrote: > > Firefox makes a lot of concurrent malloc(3) calls. The locking to > make malloc(3) thread-safe is a bit...suboptimal. This diff makes > things better by using a mutex instead of spinlock. If you're running > Firefox you want to try it; it makes video watchable on some machines. > If you're not running Firefox you want to try it; to make sure it > doesn't break things. > > Enjoy, > > Mark > [snip]
Hi Mark, I have applied your patch and noticed a big improvement with Youtube videos and if I am not mistaken, content heavy websites like news sites seem to load faster and more smoothly too. This machine is a 2009 Macbook Pro running -Current. I will patch my -Current server as well and let you know if I notice anything good or bad. Awesome! Thanks!!