Author: Maciej Fijalkowski <[email protected]>
Branch: conditional_call_value
Changeset: r77048:217ed923e25e
Date: 2015-05-04 19:05 +0200
http://bitbucket.org/pypy/pypy/changeset/217ed923e25e/

Log:    mention it in a comment

diff --git a/rpython/rtyper/lltypesystem/rstr.py 
b/rpython/rtyper/lltypesystem/rstr.py
--- a/rpython/rtyper/lltypesystem/rstr.py
+++ b/rpython/rtyper/lltypesystem/rstr.py
@@ -367,6 +367,7 @@
 
     @staticmethod
     def ll_strhash(s):
+        # XXX bring back elidable
         # unlike CPython, there is no reason to avoid to return -1
         # but our malloc initializes the memory to zero, so we use zero as the
         # special non-computed-yet value.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to