bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling vm_object_deactivate_pages for each vm_object_deallocate kil


From: Richard Braun
Subject: Re: Calling vm_object_deactivate_pages for each vm_object_deallocate kills performance.
Date: Sat, 8 Oct 2011 14:26:23 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat, Oct 08, 2011 at 02:06:04AM +0200, Sergio López wrote:
> Reducing lock contention would surely help.

vm_page_queue_lock is a simple lock if I'm not mistaken, which means
it's a nop in our case. We shouldn't change anything we can't measure
and test easily unless it's really simple enough.

-- 
Richard Braun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]