changeset 60251:b22562d329a7

(OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
author Kim F. Storm <storm@cua.dk>
date Fri, 25 Feb 2005 21:49:59 +0000
parents 01cb6850498f
children 825c64cf8e7c
files src/dispextern.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Fri Feb 25 21:49:45 2005 +0000
+++ b/src/dispextern.h	Fri Feb 25 21:49:59 2005 +0000
@@ -1887,7 +1887,7 @@
 
   /* Vector of overlays to process.  Overlay strings are processed
      OVERLAY_STRING_CHUNK_SIZE at a time.  */
-#define OVERLAY_STRING_CHUNK_SIZE 3
+#define OVERLAY_STRING_CHUNK_SIZE 16
   Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE];
 
   /* Total number of overlay strings to process.  This can be >