|
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
[Prev in Thread] | Current Thread | [Next in Thread] |