On 07/16/07 Paul Skinner wrote: > * We cannot re-compile the GCC based compiler. We must support devices > that may only work with future releases of the compiler. > * The embedded environment cannot run .net code. There is simply a lack of > physical memory.
How much memory does the device have available (both RAM and FLASH)? > * Is there a better technique for generating native code (given our > constraints)? Note that C code can't be really used to implement the semantics of IL code, unless you plan to use only a limited subset of IL (the use is also indirect, through the mscorlib implementation). It is likely better to implement AOT support for your embedded device in mono and use that. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
