unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs-26 bootstrap failure on Windows
@ 2018-06-09 18:10 Andy Moreton
  2018-06-09 18:15 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Moreton @ 2018-06-09 18:10 UTC (permalink / raw)
  To: emacs-devel


Bootstrapping on Windows with 64bit mingw-w64 failed today, as the
dump_heap array needs expanding again:

diff --git a/src/w32heap.c b/src/w32heap.c
index a3f87bfc7e..df79f8c2ce 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -116,7 +116,7 @@ typedef struct _RTL_HEAP_PARAMETERS {
    to build only the first bootstrap-emacs.exe with the large size,
    and reset that to a lower value afterwards.  */
 #if defined _WIN64 || defined WIDE_EMACS_INT
-# define DUMPED_HEAP_SIZE (22*1024*1024)
+# define DUMPED_HEAP_SIZE (23*1024*1024)
 #else
 # define DUMPED_HEAP_SIZE (13*1024*1024)
 #endif




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: emacs-26 bootstrap failure on Windows
  2018-06-09 18:10 emacs-26 bootstrap failure on Windows Andy Moreton
@ 2018-06-09 18:15 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2018-06-09 18:15 UTC (permalink / raw)
  To: Andy Moreton; +Cc: emacs-devel

> From: Andy Moreton <andrewjmoreton@gmail.com>
> Date: Sat, 09 Jun 2018 19:10:02 +0100
> 
> 
> Bootstrapping on Windows with 64bit mingw-w64 failed today, as the
> dump_heap array needs expanding again:

Thanks, pushed.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-09 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-09 18:10 emacs-26 bootstrap failure on Windows Andy Moreton
2018-06-09 18:15 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).