Re: [patch] batch scanlines when loading JPEG...

2009-09-01 Thread Daniel J Blueman
Hi Federico, On Sat, Aug 29, 2009 at 12:27 AM, Federico Mena Quintero wrote: > On Fri, 2009-08-28 at 16:12 +0100, Daniel J Blueman wrote: > >> I've written and tested a small patch that increases efficiency >> (particularly in small-cache systems) of loading JPEG images: override >> the recommende

[patch] batch scanlines when loading JPEG...

2009-09-01 Thread Daniel J Blueman
Hi guys, I've written and tested a small patch that increases efficiency (particularly in small-cache systems) of loading JPEG images: override the recommended lines with what we've already allocated; increase batch size from 4 to 8 lines. Please consider for inclusion and tweak as needed (eg red

Re: [patch] batch scanlines when loading JPEG...

2009-08-28 Thread Federico Mena Quintero
On Fri, 2009-08-28 at 16:12 +0100, Daniel J Blueman wrote: > I've written and tested a small patch that increases efficiency > (particularly in small-cache systems) of loading JPEG images: override > the recommended lines with what we've already allocated; increase > batch size from 4 to 8 lines.