[pypy-commit] pypy conditional_call_value: mention it in a comment

fijal noreply at buildbot.pypy.org
Mon May 4 19:06:12 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
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.


More information about the pypy-commit mailing list