On Tue, Nov 23, 2010 at 6:52 PM, Armin Rigo <ar...@tunes.org> wrote:> Hi Anto,
>
> On Tue, Nov 23, 2010 at 8:31 AM, Antonio Cuni <anto.c...@gmail.com> wrote:
>>> Disable jit debugging by default
>>
>> Not sure it's a good idea. It's useful to see the statistics at the end of 
>> the
>> run.  I know that you can turn it on explicitly, but it's easy to forget.
>>
>> What about having an env variable that automatically turns jit debug on?
>
> I guess it should just be another log category, like "jit-summary".
> Then you can get the effect you want by setting (in the shell) PYPYLOG
> to "jit-summary:-".
>

This or an env variable. I find it really disruptive for everyday
usage. Like py.test -k test_<tab> displaying jit log is not exactly
what I want. You can turn it on, put an alias or log it somewhere.
_______________________________________________
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to