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

leonardo at ghostscript.com leonardo at ghostscript.com
Wed Feb 27 10:39:31 PST 2008


Author: leonardo
Date: 2008-02-27 10:39:31 -0800 (Wed, 27 Feb 2008)
New Revision: 8552

Modified:
   trunk/gs/src/gxistate.h
Log:
Fix (clist interpreter) : Improve transparency performance, step 3.

DETAILS :

This is a preparation for fixing bug 689708 "Long processing time of PDF file"
The last patch appears incomplete, now fixing.

EXPECTED DIFFERENCES :

None.      


Modified: trunk/gs/src/gxistate.h
===================================================================
--- trunk/gs/src/gxistate.h	2008-02-27 00:47:37 UTC (rev 8551)
+++ trunk/gs/src/gxistate.h	2008-02-27 18:39:31 UTC (rev 8552)
@@ -246,7 +246,7 @@
 	  (*get_cmap_procs)(const gs_imager_state *, const gx_device *);\
 	gs_color_rendering_state_common
 #define st_imager_state_num_ptrs\
-  (st_line_params_num_ptrs + st_cr_state_num_ptrs + 4)
+  (st_line_params_num_ptrs + st_cr_state_num_ptrs + 2)
 /* Access macros */
 #define ctm_only(pis) (*(const gs_matrix *)&(pis)->ctm)
 #define ctm_only_writable(pis) (*(gs_matrix *)&(pis)->ctm)



More information about the gs-cvs mailing list