guile-user
[Top][All Lists]
Advanced

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

Re: Some introductory docs about C level threading


From: Marius Vollmer
Subject: Re: Some introductory docs about C level threading
Date: Wed, 09 Feb 2005 13:08:45 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Kevin Ryde <address@hidden> writes:

> You can force load/stores to be exactly as given using `volatile', [...]

How would that work exactly?  Can we flag each assignment operation as
volatile, or would the SCM type need to be made volatile?  Would this
be a reason to remove SCM_SMOB_OBJECT_LOC, for example, and to
disallow pointers to SCM in general (since we must control all
assignments)?




reply via email to

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