Author: Maciej Fijalkowski <[email protected]>
Branch: opcode-tracing-experiment
Changeset: r56390:a77b25b0bed3
Date: 2012-07-22 17:13 +0200
http://bitbucket.org/pypy/pypy/changeset/a77b25b0bed3/

Log:    sort that stuff

diff --git a/pypy/module/pypyjit/interp_jit.py 
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit.py
+++ b/pypy/module/pypyjit/interp_jit.py
@@ -48,7 +48,7 @@
     return (bytecode.co_flags & CO_GENERATOR) != 0
 
 class PyPyJitDriver(JitDriver):
-    reds = ['frame', 'ec', 'next_instr', 'pycode']
+    reds = ['next_instr', 'frame', 'ec', 'pycode']
     greens = ['is_being_profiled', 'opcode']
     virtualizables = ['frame']
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to