<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>I suggest taking a look at PyPy for Python, which will dynamic recompile
<br>Python to native code and likely give some good performance benefits.  I<br>really can't stand JIT compilation and would prefer something that takes<br>advantage of Mono's own facilities, to centralize the effort in the JIT
<br>at least (Mono has nice stuff), but IronPython is Microsoft Permissive<br>License which is not OSI approved.<br></blockquote><div><br>Has anyone looked at Psyco on the XO? The point is, no generic mono JIT is going to be as smart about guessing the 95% case for Python, as something written specifically for Python.
<br></div></div><br>Disclaimer: I have no experience to back this up.<br><br>Jameson<br>