emacs-devel
[Top][All Lists]
Advanced

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

Re: --with-native-compilation build failure on 32-bit systems


From: Lars Ingebrigtsen
Subject: Re: --with-native-compilation build failure on 32-bit systems
Date: Tue, 09 Aug 2022 17:32:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Andrea Corallo <akrl@sdf.org> writes:

> Thinking about this... Maybe relying on the GC for this is not a very
> good idea in the first place.  If we are conservative on the stack my
> might always mark a CU accidentally and fall into the same issue.
>
> I think we should maintain a list of all loaded CUs so we can fix them
> up reliably.  If this is agreed not to be a bad idea I'll prepare a
> patch.

Relying on the GC is indeed inherently fragile, so maintaining an
explicit list sounds like a good idea in any case -- even if GC doesn't
turn out to be the culprit here.



reply via email to

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