On Thu, 2008-10-16 at 12:02 -0700, bruno desthuilliers wrote: > On 16 oct, 20:28, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Python have a JIT (Just-in-time) compiler? > > There's psyco, but it only works on x86 and imposes some restrictions > in the way you code.
There's also the problem that "Python" isn't well-defined in this question. Jython does, for example, in the sense that it's compiled to JVM bytecode which is then compiled just in time. PyPy and IronPython have similar behaviours that are specific to their implementation. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---