emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110588: Increase the value of BASE_P


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110588: Increase the value of BASE_PURESIZE to avoid pure space overflow.
Date: Fri, 19 Oct 2012 12:05:09 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110588
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2012-10-19 12:05:09 +0200
message:
  Increase the value of BASE_PURESIZE to avoid pure space overflow.
  
   src/puresize.h (BASE_PURESIZE): Bump the base value to 1700000.  See
   http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
   for the reasons.
modified:
  src/ChangeLog
  src/puresize.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-19 06:43:12 +0000
+++ b/src/ChangeLog     2012-10-19 10:05:09 +0000
@@ -1,5 +1,9 @@
 2012-10-19  Eli Zaretskii  <address@hidden>
 
+       * puresize.h (BASE_PURESIZE): Bump the base value to 1700000.  See
+       http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
+       for the reasons.
+
        * alloc.c (NSTATICS): Decrease to 0x800.
 
 2012-10-19  Stefan Monnier  <address@hidden>

=== modified file 'src/puresize.h'
--- a/src/puresize.h    2012-06-27 21:15:13 +0000
+++ b/src/puresize.h    2012-10-19 10:05:09 +0000
@@ -40,7 +40,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1620000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1700000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]