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

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

Re: Crash during access_keymap


From: Kim F. Storm
Subject: Re: Crash during access_keymap
Date: Thu, 17 Nov 2005 11:14:55 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Miles Bader <address@hidden> writes:

> 2005/11/17, Kim F. Storm <address@hidden>:
>> > If the pure space gets GC'd, what's the point of the pure space?
>>
>> I don't know -- what is the point of pure space?
>
> That you don't have to GC it ...

Ok, I see.

So I will re-iterate my proposal to ONLY EVER put the following items
into pure space:

- defuns  [assuming they are not self-modifyiable]

- byte-code 

Anything else should go into normal GC space, so we can avoid
the potential headaches of keeping track of this pure space in
various primitives.


I have wasted too much time on GC related problems already.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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