emacs-devel
[Top][All Lists]
Advanced

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

Re: Not using DOC for ELisp files


From: LdBeth
Subject: Re: Not using DOC for ELisp files
Date: Tue, 28 Dec 2021 12:11:22 +0800
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.2 (x86_64-apple-darwin18.7.0) MULE/6.0 (HANACHIRUSATO)

>>>>> In <871r1xzcrl.fsf@yahoo.com> 
>>>>>   Po Lu <luangruo@yahoo.com> wrote:
Po> BTW, while we're removing things like this, how about getting rid
Po> of pure space?  Is it really necessary in this millennium, even
Po> for the unexec build?

Po> That should work without pure space, right?

Po> It would make the incremental garbage collector I'm slowly working
Po> towards somewhat simpler.

Having some data declared to be static can speed up GC scanning. It
does no longer really matter for sharing pure storage across different
emacs processes since today's emacsists get plenty of RAM IMO.
Probably that could be dropped in favor of a generational GC.

-- 
LDB



reply via email to

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