Author: fijal
Branch: fix-trace-too-long-heuristic
Changeset: r80780:d1f7d7071a96
Date: 2015-11-19 17:52 +0200
http://bitbucket.org/pypy/pypy/changeset/d1f7d7071a96/
Log: use the new heuristic
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
@@ -54,7 +54,8 @@
get_unique_id = get_unique_id,
should_unroll_one_iteration =
should_unroll_one_iteration,
- name='pypyjit')
+ name='pypyjit',
+ is_main_jitdriver=True)
class __extend__(PyFrame):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit