On Tue, 22 Aug 2000, David L. Nicol wrote:

> 
> > we could put it in a variable associated with the instance of the
> > keyword.  An associative array of threads to current-values.
> 
> or in the "global per-thread data area" keyed to some immutable-during-the-run
> value.

Or, since shared variables will be known to the core at runtime, in the
threaded hash structure itself.

Any variable that has a 'per-thread' component should be self-contained.

                                        Dan

Reply via email to