[pypy-svn] r71618 - pypy/branch/gcremovetypeptr/pypy/config

arigo at codespeak.net arigo at codespeak.net
Tue Mar 2 12:55:16 CET 2010


Author: arigo
Date: Tue Mar  2 12:55:14 2010
New Revision: 71618

Modified:
   pypy/branch/gcremovetypeptr/pypy/config/translationoption.py
Log:
Change this to True.


Modified: pypy/branch/gcremovetypeptr/pypy/config/translationoption.py
==============================================================================
--- pypy/branch/gcremovetypeptr/pypy/config/translationoption.py	(original)
+++ pypy/branch/gcremovetypeptr/pypy/config/translationoption.py	Tue Mar  2 12:55:14 2010
@@ -73,7 +73,7 @@
                               ("translation.gcremovetypeptr", False)],
                  }),
     BoolOption("gcremovetypeptr", "Remove the typeptr from every object",
-               default=False, cmdline="--gcremovetypeptr"),
+               default=True, cmdline="--gcremovetypeptr"),
     ChoiceOption("gcrootfinder",
                  "Strategy for finding GC Roots (framework GCs only)",
                  ["n/a", "shadowstack", "asmgcc"],



More information about the Pypy-commit mailing list