emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 23 Mac port


From: YAMAMOTO Mitsuharu
Subject: Re: Emacs 23 Mac port
Date: Tue, 17 Jan 2012 09:49:12 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Mon, 16 Jan 2012 13:32:30 +0200, emacs user <address@hidden> said:

> This version seems to have the same memory problem (not returning
> memory to the OS) as the regular gnu emacs on OS X.  Aquamacs seems
> not to have this issue...(?)

Why is "not returning memory to the OS" a "problem"?  Whether or when
freed memory is returned to the system is up to the implementation of
the malloc library and not something applications should care about in
general.

I don't think the experiment like in

  http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00561.html

makes much sense.  What is more important is to identify whether the
crash "problem" you see with VM is caused by "not returning memory to
the OS" or other reasons.  Did you try the procedure I mentioned
earlier?

  http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00552.html

You should compare the addresses in heap between the second and the
third invocations for example, rather then one between before and
after the first invocation.

                                     YAMAMOTO Mitsuharu
                                address@hidden



reply via email to

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