From: YAMAMOTO Mitsuharu Date: Tue, 25 Jul 2006 10:10:41 +0000 (+0000) Subject: (BASE_PURESIZE): Decrease to 1102000. X-Git-Tag: emacs-pretest-22.0.90~1250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55a905016c61b6bfc7ed7c0b45a5b7435bf42c5c;p=emacs.git (BASE_PURESIZE): Decrease to 1102000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 10a525f8a3f..d2e8162f38a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2006-07-25 YAMAMOTO Mitsuharu + + * 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 * keymap.c (Fdefine_key): If the key binding definition looks like an diff --git a/src/puresize.h b/src/puresize.h index a4ec7cacf23..bae7cbb6d6a 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -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. */