guix-devel
[Top][All Lists]
Advanced

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

Re: Fwd: Building Guile with ‘-j1’?


From: Mark H Weaver
Subject: Re: Fwd: Building Guile with ‘-j1’?
Date: Wed, 20 Jan 2021 16:08:35 -0500

Leo Prikler <leo.prikler@student.tugraz.at> writes:

> There could potentially be another workaround by synchronizing inside
> guild, i.e. claiming a lock before reading and evaling any given source
> file.  This would have the advantage of applying to all guile packages,
> not just the ones that use guile-build-system, and it would also allow
> non-Guile stuff, e.g. C extensions to be built in parallel.  WDYT?

I don't think this would solve the problem, because it wouldn't ensure
that the Guile modules are compiled in a deterministic order, and
therefore the issue I raised in <https://bugs.gnu.org/20272#8> would
lead to nondeterministic results.

       Mark



reply via email to

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