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

Armin Rigo arigo at tunes.org
Tue Nov 23 17:52:18 CET 2010


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:-".


A bientôt,

Armin.



More information about the Pypy-dev mailing list