Author: Armin Rigo <ar...@tunes.org>
Branch: stmgc-c4
Changeset: r65718:fcf0ada2f62f
Date: 2013-07-27 17:11 +0200
http://bitbucket.org/pypy/pypy/changeset/fcf0ada2f62f/

Log:    Another XXX

diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py
--- a/rpython/memory/gc/stmgc.py
+++ b/rpython/memory/gc/stmgc.py
@@ -139,6 +139,7 @@
 
     @classmethod
     def JIT_max_size_of_young_obj(cls):
+        # XXX there is actually a maximum, check
         return None
 
     @classmethod
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to