MINT: Was [Mono-devel-list] CAS - patch for declarative stack modifiers

Sebastien Pouliot spouliot at videotron.ca
Tue Nov 30 11:42:42 EST 2004


I wasn't sure the comments about MINT would be read by all interested people
with the previous topic.

> > ===================================================================
> > --- mono/mini/mini.c	(revision 36780)
> > +++ mono/mini/mini.c	(working copy)
> > @@ -8440,6 +8441,8 @@
> >  				ves_icall_get_frame_info);
> >  	mono_add_internal_call ("System.Diagnostics.StackTrace::get_trace",
> >  				ves_icall_get_trace);
> > +	mono_add_internal_call
> ("System.Security.SecurityFrame::_GetSecurityFrameInformation",
> > +
> ves_icall_System_Security_SecurityFrame_GetSecurityFrameInformation);
>
> Nothing wrong with this change: it just occurred to me that we might
> want to start dropping support for mint, since that would need an
> equivalent
> icall (and it will need generics support and tons of other stuff
> that we're
> unlikely to do, unless somebody from the community steps up to
> maintain it).

Hmmm... I didn't think about that.
Actually I never planned to support CAS in mint...

Sebastien




More information about the Mono-devel-list mailing list