emacs-devel
[Top][All Lists]
Advanced

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

Re: Skipping unexec via a big .elc file


From: Ken Raeburn
Subject: Re: Skipping unexec via a big .elc file
Date: Thu, 15 Dec 2016 11:26:52 -0500

> On Dec 15, 2016, at 11:04, Eli Zaretskii <address@hidden> wrote:
> 
>> From: Ken Raeburn <address@hidden>
>> Date: Thu, 15 Dec 2016 07:57:09 -0500
>> Cc: address@hidden
>> 
>>> How about binding it to a higher value for loadup?
>> 
>> That may be good enough.  But GC will probably kick in right after we set it 
>> back
> 
> AFAIK, just setting the GC threshold doesn't automatically invoke GC,
> you need do something that calls maybe_gc.

Right, but if we’re not following it up with evaluating another form from 
dumped.elc (eval_sub can invoke GC) or invoking some compiled routine (branch 
operations can invoke GC), then we’re probably ready to check for availability 
of user input (which can invoke GC).


reply via email to

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