[pypy-svn] r52122 - pypy/branch/jit-refactoring/pypy/config

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Mar 3 21:17:00 CET 2008


Author: cfbolz
Date: Mon Mar  3 21:16:57 2008
New Revision: 52122

Modified:
   pypy/branch/jit-refactoring/pypy/config/translationoption.py
Log:
add rainbow to the fork-before options


Modified: pypy/branch/jit-refactoring/pypy/config/translationoption.py
==============================================================================
--- pypy/branch/jit-refactoring/pypy/config/translationoption.py	(original)
+++ pypy/branch/jit-refactoring/pypy/config/translationoption.py	Mon Mar  3 21:16:57 2008
@@ -124,7 +124,7 @@
     ChoiceOption("fork_before",
                  "(UNIX) Create restartable checkpoint before step",
                  ["annotate", "rtype", "backendopt", "database", "source",
-                  "hintannotate", "timeshift"],
+                  "hintannotate", "rainbow"],
                  default=None, cmdline="--fork-before"),
 
     # options for ootype



More information about the Pypy-commit mailing list