Re: vm_map_findspace space search?

2010-12-16 Thread Alan Cox
On Wed, Dec 15, 2010 at 7:37 PM, Venkatesh Srinivas < vsrini...@dragonflybsd.org> wrote: > Hi, > > In svn r133636, there was a commit to convert the linear search in > vm_map_findspace() to use the vm_map splay tree. Just curious, were > there any discussions about that particular change? Any meas

vm_map_findspace space search?

2010-12-15 Thread Venkatesh Srinivas
Hi, In svn r133636, there was a commit to convert the linear search in vm_map_findspace() to use the vm_map splay tree. Just curious, were there any discussions about that particular change? Any measurements other than the ones noted in the commit log? Any notes on why that design was used rather