emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117216: * configure.ac: Raise HEAPSIZE value for 32


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r117216: * configure.ac: Raise HEAPSIZE value for 32-bit builds on Windows.
Date: Sun, 01 Jun 2014 21:28:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117216
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2014-06-01 23:27:53 +0200
message:
  * configure.ac: Raise HEAPSIZE value for 32-bit builds on Windows.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-05-29 23:13:32 +0000
+++ b/ChangeLog 2014-06-01 21:27:53 +0000
@@ -1,3 +1,8 @@
+2014-06-01  Juanma Barranquero  <address@hidden>
+
+       * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit
+       builds on Windows.
+
 2014-05-29  Paul Eggert  <address@hidden>
 
        * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
@@ -23,7 +28,7 @@
 
 2014-05-27  Fabrice Popineau  <address@hidden>
 
-       * configure.ac (C_HEAP_SWITCH) define for different values of
+       * configure.ac (C_HEAP_SWITCH): Define for different values of
        dumped heap size depending on 32/64bits arch on Windows.
        Don't check for pthreads.h on MinGW32/64, it gets in the way.
        Use mmap(2) for buffers and system malloc for MinGW32/64.

=== modified file 'configure.ac'
--- a/configure.ac      2014-05-29 23:13:32 +0000
+++ b/configure.ac      2014-06-01 21:27:53 +0000
@@ -4841,7 +4841,7 @@
   ## Preload heap size of temacs.exe in MB.
   case "$canonical" in
     x86_64-*-*) C_HEAP_SWITCH="-DHEAPSIZE=18" ;;
-    *) C_HEAP_SWITCH="-DHEAPSIZE=10" ;;
+    *) C_HEAP_SWITCH="-DHEAPSIZE=12" ;;
   esac
 fi
 


reply via email to

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