Author: Armin Rigo <[email protected]>
Branch: remove-globals-in-jit
Changeset: r58927:b8cef82a6d15
Date: 2012-11-15 14:44 +0100
http://bitbucket.org/pypy/pypy/changeset/b8cef82a6d15/

Log:    Remove old method.

diff --git a/pypy/jit/backend/x86/runner.py b/pypy/jit/backend/x86/runner.py
--- a/pypy/jit/backend/x86/runner.py
+++ b/pypy/jit/backend/x86/runner.py
@@ -93,10 +93,6 @@
         for index in range(count):
             setitem(index, null)
 
-    def get_latest_force_token(self):
-        # the FORCE_TOKEN operation and this helper both return 'ebp'.
-        return self.assembler.fail_ebp
-
     def make_execute_token(self, *ARGS):
         FUNCPTR = lltype.Ptr(lltype.FuncType(ARGS, llmemory.GCREF))
         #
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to