guile-devel
[Top][All Lists]
Advanced

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

Re: scm_i_fraction_reduce thread safety


From: Kevin Ryde
Subject: Re: scm_i_fraction_reduce thread safety
Date: Sun, 11 Jan 2004 09:29:36 +1000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Marius Vollmer <address@hidden> writes:
>
> This is a general problem with the data structures in libguile and we
> need to solve it generally.

I'd think nobody can mind if strange things happen when one thread is
reading something another is writing.  (Well, perhaps as long as it
doesn't actually crash the interpreter.)

But the problem at the moment with reducing fractions is that it's
happening when merely reading the value out.  Or what one would hope
was merely reading the value, ie. printing or equality testing.




reply via email to

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