[Mono-dev] Binary output?

2006-03-09 Thread Redefined Horizons
When the JIT compiles the Mono bytecode, or IL, what is produced? Is it actually binary instructions for the microprocessor?   If this is the case, does the JIT have to be customized for each architecture/proceesor?   Thanks,   Scott Huey  ___ Mono-devel-

Re: [Mono-dev] Binary output?

2006-03-09 Thread Miguel de Icaza
Hello, > When the JIT compiles the Mono bytecode, or IL, what is produced? Is > it actually binary instructions for the microprocessor? Yes, it generates architecture specific code. > If this is the case, does the JIT have to be customized for each > architecture/proceesor? Yes, it has to be p

Re: [Mono-dev] Binary output?

2006-03-09 Thread Michael Schurter
Redefined Horizons wrote: When the JIT compiles the Mono bytecode, or IL, what is produced? Is it actually binary instructions for the microprocessor? Yes. If this is the case, does the JIT have to be customized for each architecture/proceesor? Yes. See http://mono-project.com/Supported_Pl