On 02/12/2014 08:57, Igor Mammedov wrote:
>> On 01/12/2014 18:29, Igor Mammedov wrote:
>>> Series speed-ups GFN to memslot lookup time by:
>>> * introducing LRU cache, which improves looukup time for
>>>same slot workload (typically boot time of Windows and Linux guest)
>>> * switching to b
On Mon, 01 Dec 2014 18:38:34 +0100
Paolo Bonzini wrote:
>
>
> On 01/12/2014 18:29, Igor Mammedov wrote:
> > Series speed-ups GFN to memslot lookup time by:
> > * introducing LRU cache, which improves looukup time for
> >same slot workload (typically boot time of Windows and Linux guest)
>
On 01/12/2014 18:29, Igor Mammedov wrote:
> Series speed-ups GFN to memslot lookup time by:
> * introducing LRU cache, which improves looukup time for
>same slot workload (typically boot time of Windows and Linux guest)
> * switching to binary search for GFN to memslot lookup,
>improvin