]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Decrease to 1102000.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 25 Jul 2006 10:10:41 +0000 (10:10 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 25 Jul 2006 10:10:41 +0000 (10:10 +0000)
src/ChangeLog
src/puresize.h

index 10a525f8a3ffd407fcd57b95283ec7779921f55d..d2e8162f38a14cb7000b337ac358f6a2453f08f0 100644 (file)
@@ -1,3 +1,10 @@
+2006-07-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * alloc.c (find_string_data_in_pure): New function.
+       (make_pure_string): Use it to reuse existing string data if possible.
+
+       * puresize.h (BASE_PURESIZE): Decrease to 1102000.
+
 2006-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * keymap.c (Fdefine_key): If the key binding definition looks like an
index a4ec7cacf235c053993c7eca68392be8981b194f..bae7cbb6d6a71973bea961e9ca09f77498e485e2 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1141000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1102000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */