Re: [PATCH] Make guardians and (ice-9 popen) thread-safe

2013-11-23 Thread Mark H Weaver
Hi Ludovic, Thanks for the review! I incorporated your (excellent) suggestions, and pushed it to stable-2.0. l...@gnu.org (Ludovic Courtès) writes: >> From 13fcd175bc31b5df400dd518836bdce32f32206a Mon Sep 17 00:00:00 2001 >> From: Mark H Weaver >> Date: Sun, 17 Nov 2013 03:19:32 -0500 >> Subjec

Re: [PATCH] Make guardians and (ice-9 popen) thread-safe

2013-11-23 Thread Ludovic Courtès
Hi! (I just realized when I finished my message that I was too late; sorry about that! Anyway, sending the few remaining questions I have.) Mark H Weaver skribis: > Here's a set of patches for stable-2.0 that make (ice-9 popen) and > guardians thread-safe. These patche

[PATCH] Make guardians and (ice-9 popen) thread-safe

2013-11-17 Thread Mark H Weaver
Hello all, Here's a set of patches for stable-2.0 that make (ice-9 popen) and guardians thread-safe. These patches fix <http://bugs.gnu.org/15683>. (please disregard the preliminary patches I posted in that bug report). These patches also lay the groundwork for conveniently bloc

Guardians....

2005-07-26 Thread Marius Vollmer
Hi, I am afraid I have to come back to guardians once more. I stumpled over our peculiar guardians while trying to improve the weak hash table marking algorithm so that it will properly deal with references from the non-weak part to the weak part. (For example, referencing a weak key from a non