[Mono-devel-list] Cross application domain call optimization

Miguel de Icaza miguel at ximian.com
Sun Oct 17 12:04:04 EDT 2004


Hello,

> > +typedef enum {
> > +	MONO_MARSHAL_NONE,			/* No marshalling needed */
> > +	MONO_MARSHAL_COPY,			/* Can be copied by value to the new domain */
> > +	MONO_MARSHAL_COPY_OUT,		/* out parameter that needs to be copied back to the original instance */
> > +	MONO_MARSHAL_SERIALIZE		/* Value needs to be serialized into the new domain */
> > +} MonoXDomainMarshalType;
> 
> Trivial style thing: you need to use spaces not tabs between the comma
> and the beginning of the comment. Things get unaligned with different
> tab sizes.

Tab sizes should be 8, anything else is broken.

So the patch is fine.

Miguel



More information about the Mono-devel-list mailing list