Author: Armin Rigo <[email protected]>
Branch: shadowstack-perf-2
Changeset: r90556:89ea2cfa36b7
Date: 2017-03-05 10:19 +0100
http://bitbucket.org/pypy/pypy/changeset/89ea2cfa36b7/

Log:    fix

diff --git a/rpython/memory/gctransform/transform.py 
b/rpython/memory/gctransform/transform.py
--- a/rpython/memory/gctransform/transform.py
+++ b/rpython/memory/gctransform/transform.py
@@ -142,6 +142,9 @@
             any_inlining = self.inline and self.inline_helpers_into(graph)
             self.postprocess_graph(graph, any_inlining)
 
+    def postprocess_graph(self, graph, any_inlining):
+        pass
+
     def compute_borrowed_vars(self, graph):
         # the input args are borrowed, and stay borrowed for as long as they
         # are not merged with other values.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to