[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Skipping unexec via a big .elc file
From: |
Eli Zaretskii |
Subject: |
Re: Skipping unexec via a big .elc file |
Date: |
Thu, 15 Dec 2016 18:04:04 +0200 |
> 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.