[pypy-dev] [pypy-svn] r79382 - pypy/trunk/pypy/config

Maciej Fijalkowski fijall at gmail.com
Tue Nov 23 21:31:11 CET 2010


On Tue, Nov 23, 2010 at 6:52 PM, Armin Rigo <arigo at tunes.org> wrote:> Hi Anto,
>
> On Tue, Nov 23, 2010 at 8:31 AM, Antonio Cuni <anto.cuni at 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.



More information about the Pypy-dev mailing list