Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r70772:6a40ee3af5b3
Date: 2014-04-19 15:54 +0200
http://bitbucket.org/pypy/pypy/changeset/6a40ee3af5b3/

Log:    ignore these for the jit

diff --git a/rpython/jit/codewriter/jtransform.py 
b/rpython/jit/codewriter/jtransform.py
--- a/rpython/jit/codewriter/jtransform.py
+++ b/rpython/jit/codewriter/jtransform.py
@@ -1887,6 +1887,13 @@
                              None)
         return [op0, op1]
 
+    def rewrite_op_stm_push_marker(self, op):
+        return []
+    def rewrite_op_stm_update_marker_num(self, op):
+        return []
+    def rewrite_op_stm_pop_marker(self, op):
+        return []
+
 # ____________________________________________________________
 
 class NotSupported(Exception):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to