[Mono-dev] mono inlining

Robert Jordan robertj at gmx.net
Sat Jan 17 21:54:23 EST 2009


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



More information about the Mono-devel-list mailing list