Disable the native method-builder under DISABLE_JIT.
authorRodrigo Kumpera <kumpera@gmail.com>
Fri, 22 Feb 2013 21:12:42 +0000 (16:12 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Fri, 22 Feb 2013 21:38:12 +0000 (16:38 -0500)
commit1643364ee8772c47876b96e7ea6ac3cc452ae449
tree994b34f34ae325cb6e0df286f36de57fcc14caff
parent7396c0a75d596bc18f165209912adb84f016594c
Disable the native method-builder under DISABLE_JIT.

* method-builder.c: Disable all code related to producing IL under DISABLE_JIT.
This has the side effect of crippling wrapper debugging on device, but given this
feature (IL debugging of wrappers) has almost no users, we're ok.
mono/metadata/marshal.c
mono/metadata/method-builder.c
mono/metadata/method-builder.h
mono/metadata/monitor.c
mono/metadata/sgen-alloc.c
mono/metadata/sgen-gc.c