[Mono-devel-list] Patch that adds support for context static fields

Lluis Sanchez lluis at ximian.com
Fri Nov 21 10:55:57 EST 2003


On dv, 2003-11-21 at 16:24, Paolo Molaro wrote:
> On 11/20/03 Lluis Sanchez wrote:
> > This patch adds support to the runtime for context static fields. They
> > work like thread static fields, but context static fields are local to
> > remoting contexts instead of threads, and those fields are marked with
> > [ContextStaticAttribute].
> 
> Looks fine. I'd prefer if the static field 'offsets' were stored all
> in a single hash table (instead of two, thread_static_fields and
> context_static_fields), maybe by setting the high bit to mean either
> thread or context static.

Ok, I'll change this. Thanks.

> 
> Thanks.
> 
> lupus




More information about the Mono-devel-list mailing list