Author: Armin Rigo <[email protected]>
Branch: py3k
Changeset: r87047:bd9d1dd19c2c
Date: 2016-09-12 16:51 +0200
http://bitbucket.org/pypy/pypy/changeset/bd9d1dd19c2c/
Log: Add explicitly @jit.call_shortcut here
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy/objspace/std/unicodeobject.py
--- a/pypy/objspace/std/unicodeobject.py
+++ b/pypy/objspace/std/unicodeobject.py
@@ -78,6 +78,7 @@
return self._value
@jit.elidable
+ @jit.call_shortcut
def identifier_w(self, space):
identifier = self._utf8
if identifier is not None:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit