[pypy-commit] stmgc default: Add an XXX

arigo noreply at buildbot.pypy.org
Mon Jun 24 17:53:46 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r269:f1bb618388e3
Date: 2013-06-24 17:53 +0200
http://bitbucket.org/pypy/stmgc/changeset/f1bb618388e3/

Log:	Add an XXX

diff --git a/c4/nursery.c b/c4/nursery.c
--- a/c4/nursery.c
+++ b/c4/nursery.c
@@ -207,6 +207,8 @@
                      p, (gcptr)p->h_original));
         }
         else {
+            /* XXX use stmgcpage_malloc() directly, we don't need to copy
+             * the contents yet */
             gcptr O = stmgc_duplicate_old(p);
             p->h_original = (revision_t)O;
             p->h_tid |= GCFLAG_HAS_ID;


More information about the pypy-commit mailing list