emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: C-h f now permanently loads ~2MB


From: Dave Love
Subject: Re: C-h f now permanently loads ~2MB
Date: Tue, 04 May 2004 15:35:53 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> It assumes that malloc returns multiple-of-8 addresses and thus
> allows the full address space to be used for Lisp data.

Surely you need `memalign' for that?  (Non-portable, but in GNU
malloc.)

>> The Boehm GC give you some tools to trace memory allocation and
>> pointers keeping data live when they shouldn't, but I don't know how
>> easy they are is to use.
>
> Sounds very interesting.

It didn't seem to sound interesting to anyone when I advertised the
work :-(.




reply via email to

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