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: Stefan Monnier
Subject: Re: Crash during access_keymap
Date: Wed, 16 Nov 2005 21:25:28 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> > 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 ...

Yes, the point AFAIK is to reduce the size of the heap that we have to GC so
as to reduce the time spent in the GC.

Also in some older systems without copy-on-write, marking the corresponding
section as read-only allowed it to be shared between instances of the
Emacs process, but nowadays I can't think of any situation where that would
be relevant.


        Stefan




reply via email to

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