[EMAIL PROTECTED] (Anand Palaniswamy) writes:
> It is possible to unmap memory and return it to the OS on Linux. I am
> sure Emacs does that. The classic VM garbage collector can not do
> that. It wants to keep the memory mapped (so it can always be sure
> that the heap is contiguous -- unmmap
[EMAIL PROTECTED] (Anand Palaniswamy) writes:
> Another bad side effect of this limitation is that the famous "return
> memory to OS" bug can not be implemented on Linux (ie, there is no
> heap "shrinking").
Are you sure about that? I use GNU emacs a lot and just tried an
experiment on a machin
What's the trick to getting -prof to output useful information? I
never see any of my own classes in the output. Maybe this is because
I am using TYA and something is not implemented?
Joe Buehler