Author: Armin Rigo <[email protected]>
Branch:
Changeset: r49989:79bcc27b894a
Date: 2011-11-30 02:23 +0100
http://bitbucket.org/pypy/pypy/changeset/79bcc27b894a/
Log: Allow at least the front-end to be tested with the "none" gc.
diff --git a/pypy/jit/metainterp/gc.py b/pypy/jit/metainterp/gc.py
--- a/pypy/jit/metainterp/gc.py
+++ b/pypy/jit/metainterp/gc.py
@@ -7,6 +7,9 @@
self.config = config
+class GC_none(GcDescription):
+ malloc_zero_filled = True
+
class GC_boehm(GcDescription):
malloc_zero_filled = True
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit