Robert Jordan wrote:
> 
> crashfourit wrote:
>> Here's the patches! Both are under the MIT/X11 license.
>> 
>> http://www.nabble.com/file/p21521787/trunk_mcs.diff trunk_mcs.diff 
>> http://www.nabble.com/file/p21521787/trunk_mono.diff trunk_mono.diff 
> 
> +     //TODO: is that the right MonoImage??
> 
> It isn't.
> 
> +        MonoClass* mono_inline_class = mono_class_from_name 
> (mono_defaults.corlib,
> +                     "Mono.Runtime", "MonoInlineAttribute");
> +
> 
> Get the assembly providing the attribute with mono_assembly_load ().
> 
> Don't limit Mono.Runtime to the 2.0 profile and register then
> assembly with framework_assemblies[] in assembly.c.
> 
> Robert
> 
mono_assembly_load uses MonoAssemblyName as the assembly name. Not quite
shure how to use that.
-- 
View this message in context: 
http://www.nabble.com/mono-inlining-tp21510132p21524753.html
Sent from the Mono - Dev mailing list archive at Nabble.com.

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to