Author: Simon Cross <[email protected]>
Branch: 
Changeset: r193:f4c3fa418099
Date: 2012-03-07 19:19 +0200
http://bitbucket.org/pypy/jitviewer/changeset/f4c3fa418099/

Log:    Suggesting using jit-backend not jit-backend-count so that jitviewer
        can display the assembler.

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

Reply via email to