[Mono-list] GCC front-end for CIL
Paolo Molaro
lupus at ximian.com
Mon Jul 16 10:57:07 EDT 2007
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
--
-----------------------------------------------------------------
lupus at debian.org debian/rules
lupus at ximian.com Monkeys do it better
More information about the Mono-list
mailing list