Author: edelsohn
Branch: ppc-jit-backend
Changeset: r52332:9b7d5fc58a7f
Date: 2012-02-09 15:34 -0500
http://bitbucket.org/pypy/pypy/changeset/9b7d5fc58a7f/
Log: Add redirect_call_assembler.
diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py
--- a/pypy/jit/backend/ppc/runner.py
+++ b/pypy/jit/backend/ppc/runner.py
@@ -134,6 +134,9 @@
self.patch_list = None
self.reg_map = None
+ def redirect_call_assembler(self, oldlooptoken, newlooptoken):
+ self.assembler.redirect_call_assembler(oldlooptoken, newlooptoken)
+
def invalidate_loop(self, looptoken):
"""Activate all GUARD_NOT_INVALIDATED in the loop and its attached
bridges. Before this call, all GUARD_NOT_INVALIDATED do nothing;
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit