On Thu, Jan 21, 2010 at 12:20 PM, Collin Winter <collinwin...@google.com> wrote:
> Hey Greg,
>
> On Wed, Jan 20, 2010 at 10:54 PM, Gregory P. Smith <g...@krypto.org> wrote:
>> I think having a run time flag (or environment variable for those who like
>> that) to disable the use of JIT at python3 execution time would be a good
>> idea.
>
> Yep, we already have a -j flag that supports "don't ever use the JIT"
> (-j never), "use the JIT when you think you should" (-j whenhot), and
> "always the use the JIT" (-j always) options. I'll mention this in the
> PEP (we'll clearly need to make this an -X option before merger).

FYI, I just committed
http://code.google.com/p/unladen-swallow/source/detail?r=1027, which
dramatically improves the performance of Unladen Swallow when running
with `-j never`, making disabling the JIT at runtime more viable.
We're continuing to make progress minimizing the impact of the JIT
when running under `-j never`. Progress can be tracked at
http://code.google.com/p/unladen-swallow/issues/detail?id=123.

Collin Winter
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to