Author: Richard Plangger <[email protected]>
Branch: new-jit-log
Changeset: r85587:a5bf76474c9d
Date: 2016-07-06 20:24 +0200
http://bitbucket.org/pypy/pypy/changeset/a5bf76474c9d/
Log: remove set trace
diff --git a/rpython/jit/metainterp/warmspot.py
b/rpython/jit/metainterp/warmspot.py
--- a/rpython/jit/metainterp/warmspot.py
+++ b/rpython/jit/metainterp/warmspot.py
@@ -168,7 +168,6 @@
def find_jit_merge_points(graphs):
results = _find_jit_marker(graphs, 'jit_merge_point')
- import pdb; pdb.set_trace()
if not results:
raise Exception("no jit_merge_point found!")
seen = set([graph for graph, block, pos in results])
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit