Hello, > we are required to estimate the effort necessary to run Mono runtime > engine on an XScale (ARM core) based board. Can anyone give some > hints, i.e. how many lines of code exist in the runtime engine, is it > plain C or C++ or ???, are there many CPU-specific optimizations (like > inline assembly etc), on what APIs is it based (POSIX, standard UNIX) > etc? Did anyone come across such a request before, and would it make > sense at all from your point of view to run Mono on such a small > embedded processor?
Look at the "Porting Mono" document for more information (first Google match). That being said, we are currently porting Mono to ARM processors. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
