[Mono-dev] mono inlining

crashfourit crashfourit at gmail.com
Sun Jan 18 01:28:30 EST 2009




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.



More information about the Mono-devel-list mailing list