[pypy-commit] pypy stmgc-c4: Another XXX

arigo noreply at buildbot.pypy.org
Sat Jul 27 17:11:43 CEST 2013


Author: Armin Rigo <arigo at 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


More information about the pypy-commit mailing list