Author: Armin Rigo <[email protected]>
Branch: stm-thread-2
Changeset: r59973:e43c998a2147
Date: 2013-01-11 21:19 +0100
http://bitbucket.org/pypy/pypy/changeset/e43c998a2147/
Log: Reorder (ints first, refs next).
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopcode.py
+++ b/pypy/interpreter/pyopcode.py
@@ -58,8 +58,8 @@
unrolling_compare_dispatch_table = unrolling_iterable(
enumerate(compare_dispatch_table))
-stmonly_jitdriver = jit.JitDriver(greens=[], reds=['self', 'co_code',
- 'next_instr', 'ec'])
+stmonly_jitdriver = jit.JitDriver(greens=[], reds=['next_instr', 'ec',
+ 'self', 'co_code'])
class __extend__(pyframe.PyFrame):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit