Author: Tim Felgentreff <[email protected]>
Branch: strategies
Changeset: r661:20795bd19094
Date: 2014-03-18 13:11 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/20795bd19094/
Log: merge default
diff --git a/spyvm/shadow.py b/spyvm/shadow.py
--- a/spyvm/shadow.py
+++ b/spyvm/shadow.py
@@ -5,6 +5,8 @@
from rpython.rlib import rarithmetic, jit
from rpython.rlib.objectmodel import import_from_mixin
from rpython.rlib.debug import make_sure_not_resized
+ elidable_func.func_name = "elidable_" + func.func_name
+ meth.func_name = "elidable_meth_" + func.func_name
class AbstractShadow(object):
"""A shadow is an optional extra bit of information that
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit