[patch] batch scanlines when loading JPEG...

2009-09-01 Thread Daniel J Blueman
reducing the batch size to the original limit of 4). Many thanks, Daniel Signed-off-by: Daniel J Blueman daniel.blue...@gmail.com -- Daniel J Blueman diff --git a/gdk-pixbuf/io-jpeg.c b/gdk-pixbuf/io-jpeg.c index 680a209..77a37e6 100644 --- a/gdk-pixbuf/io-jpeg.c +++ b/gdk-pixbuf/io-jpeg.c

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 Quinterofeder...@ximian.com 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