[Mono-dev] mono 3.0

matthieu Barthélemy bonsouere at gmail.com
Wed Oct 31 18:26:24 UTC 2012


Hi,


On Wed, Oct 31, 2012 at 7:08 PM, Stack Pointer <stackpointer at me.com> wrote:
> The release notes for mono 3.0 says:
>
> => Support for new attributes to force inlining.
>
> What attributes are these? I looked through MethodImplOptions.cs and method-to-ir.c, but it isn't obvious what this new attribute is?

You're probably talking about the .Net 4.5 'AggressiveInlining'
attribute ( http://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.methodimploptions%28v=VS.110%29.aspx),
it has been implemented in Mono 3.0.


More information about the Mono-devel-list mailing list