[pypy-commit] pypy gc-incminimark-pinning-improve: indent it like the rest

groggi noreply at buildbot.pypy.org
Fri Mar 27 21:17:01 CET 2015


Author: Gregor Wegberg <code at gregorwegberg.com>
Branch: gc-incminimark-pinning-improve
Changeset: r76605:a6e1427c0f98
Date: 2015-03-27 20:34 +0100
http://bitbucket.org/pypy/pypy/changeset/a6e1427c0f98/

Log:	indent it like the rest

diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py
--- a/rpython/memory/gc/incminimark.py
+++ b/rpython/memory/gc/incminimark.py
@@ -48,10 +48,10 @@
                          1 (on major collections) or 2 (also on minor
                          collections).
 
- PYPY_GC_MAX_PINNED     The maximal number of pinned objects at any point
-                        in time.  Defaults to a conservative value depending
-                        on nursery size and maximum object size inside the
-                        nursery.  Useful for debugging by setting it to 0.
+ PYPY_GC_MAX_PINNED      The maximal number of pinned objects at any point
+                         in time.  Defaults to a conservative value depending
+                         on nursery size and maximum object size inside the
+                         nursery.  Useful for debugging by setting it to 0.
 """
 # XXX Should find a way to bound the major collection threshold by the
 # XXX total addressable size.  Maybe by keeping some minimarkpage arenas


More information about the pypy-commit mailing list