[gs-cvs] rev 7758 - trunk/gs/src

ray at ghostscript.com ray at ghostscript.com
Sun Mar 4 08:37:33 PST 2007


Author: ray
Date: 2007-03-04 08:37:32 -0800 (Sun, 04 Mar 2007)
New Revision: 7758

Modified:
   trunk/gs/src/gxclist.c
Log:
The index file should not be compressed. It is small, and if it ever did
get compressed, it would SEVERELY impact performance since the entire
list gets processed on every band.


Modified: trunk/gs/src/gxclist.c
===================================================================
--- trunk/gs/src/gxclist.c	2007-03-03 03:51:56 UTC (rev 7757)
+++ trunk/gs/src/gxclist.c	2007-03-04 16:37:32 UTC (rev 7758)
@@ -516,7 +516,7 @@
 			    true)) < 0 ||
 	(code = clist_fopen(cdev->page_bfname, fmode, &cdev->page_bfile,
 			    cdev->bandlist_memory, cdev->bandlist_memory,
-			    true)) < 0 ||
+			    false)) < 0 ||
 	(code = clist_reinit_output_file(dev)) < 0
 	) {
 	clist_close_output_file(dev);



More information about the gs-cvs mailing list