bug-guile
[Top][All Lists]
Advanced

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

bug#20272: Support reproducible builds


From: Andy Wingo
Subject: bug#20272: Support reproducible builds
Date: Tue, 28 Feb 2017 14:26:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

On Thu 22 Dec 2016 00:53, address@hidden (Ludovic Courtès) writes:

> +(define (module-generate-unique-id! m)
> +  (let ((i (module-next-unique-id m)))
> +    (set-module-next-unique-id! m (+ i 1))
> +    i))

This introduces a race condition when expanding from multiple threads at
once.  Any plan here?

Andy





reply via email to

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