Author: Carl Friedrich Bolz <[email protected]>
Branch: value-profiling
Changeset: r78976:93a15b82e4dc
Date: 2015-08-13 18:51 +0200
http://bitbucket.org/pypy/pypy/changeset/93a15b82e4dc/

Log:    (arigo, cfbolz): this does not make sense any more

diff --git a/pypy/interpreter/valueprof.py b/pypy/interpreter/valueprof.py
--- a/pypy/interpreter/valueprof.py
+++ b/pypy/interpreter/valueprof.py
@@ -28,7 +28,6 @@
     def get_int_val(self, w_obj):
         raise NotImplementedError("abstract base")
 
-    @objectmodel.always_inline
     def see_write(self, w_value):
         status = self._vprof_status
         if status == SEEN_TOO_MUCH:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to