Author: Armin Rigo <[email protected]>
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;
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit