[pypy-commit] pypy jit-settrace: not sure how this sneaked in

alex_gaynor noreply at buildbot.pypy.org
Fri Oct 25 21:17:22 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: jit-settrace
Changeset: r67615:ad372032051b
Date: 2013-10-25 12:16 -0700
http://bitbucket.org/pypy/pypy/changeset/ad372032051b/

Log:	not sure how this sneaked in

diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py
--- a/rpython/jit/codewriter/call.py
+++ b/rpython/jit/codewriter/call.py
@@ -39,7 +39,6 @@
         #
         for index, jd in enumerate(jitdrivers_sd):
             jd.index = index
-        self.seen = DependencyTracker(self.readwrite_analyzer)
 
     def find_all_graphs(self, policy):
         try:


More information about the pypy-commit mailing list