Author: Maciej Fijalkowski <[email protected]>
Branch: opcode-tracing-experiment
Changeset: r56410:4122e84887b8
Date: 2012-07-23 13:16 +0200
http://bitbucket.org/pypy/pypy/changeset/4122e84887b8/
Log: eh
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
@@ -53,7 +53,7 @@
# return (bytecode.co_flags & CO_GENERATOR) != 0
class PyPyJitDriver(JitDriver):
- reds = ['next_instr', 'frame', 'ec', 'pycode', 'prev_opcode']
+ reds = ['next_instr', 'prev_opcode', 'frame', 'ec', 'pycode']
greens = ['is_being_profiled', 'opcode']
# virtualizables = ['frame']
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit