Author: Carl Friedrich Bolz <[email protected]>
Branch: small-unroll-improvements
Changeset: r70471:98bf5d39e498
Date: 2014-04-05 19:16 +0200
http://bitbucket.org/pypy/pypy/changeset/98bf5d39e498/
Log: there's now one extra guard (the guard_future_condition)
diff --git a/rpython/jit/metainterp/test/test_jitprof.py
b/rpython/jit/metainterp/test/test_jitprof.py
--- a/rpython/jit/metainterp/test/test_jitprof.py
+++ b/rpython/jit/metainterp/test/test_jitprof.py
@@ -53,7 +53,7 @@
]
assert profiler.events == expected
assert profiler.times == [2, 1]
- assert profiler.counters == [1, 1, 3, 3, 1, 15, 2, 0, 0, 0, 0,
+ assert profiler.counters == [1, 1, 3, 3, 2, 15, 2, 0, 0, 0, 0,
0, 0, 0, 0, 0]
def test_simple_loop_with_call(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit