Author: Benjamin Peterson <[email protected]> Branch: Changeset: r195:6ddc796d4bad Date: 2012-03-09 16:50 -0800 http://bitbucket.org/pypy/jitviewer/changeset/6ddc796d4bad/
Log: merge heads diff --git a/_jitviewer/app.py b/_jitviewer/app.py --- a/_jitviewer/app.py +++ b/_jitviewer/app.py @@ -14,7 +14,7 @@ To produce the logfile for your program, run: - PYPYLOG=jit-log-opt,jit-backend-counts:mylogfile.log pypy myapp.py + PYPYLOG=jit-log-opt,jit-backend:mylogfile.log pypy myapp.py """ import sys _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
