[pypy-commit] pypy refactor-translator: Remove fork_before option (unused).

Manuel Jacob noreply at buildbot.pypy.org
Wed Sep 4 13:13:32 CEST 2013


Author: Manuel Jacob
Branch: refactor-translator
Changeset: r66781:57dd91f9ccd9
Date: 2013-09-02 18:08 +0100
http://bitbucket.org/pypy/pypy/changeset/57dd91f9ccd9/

Log:	Remove fork_before option (unused).

diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py
--- a/rpython/config/translationoption.py
+++ b/rpython/config/translationoption.py
@@ -127,11 +127,6 @@
                default=False, cmdline=None),
     BoolOption("countmallocs", "Count mallocs and frees", default=False,
                cmdline=None),
-    ChoiceOption("fork_before",
-                 "(UNIX) Create restartable checkpoint before step",
-                 ["annotate", "rtype", "backendopt", "database", "source",
-                  "pyjitpl"],
-                 default=None, cmdline="--fork-before"),
     BoolOption("dont_write_c_files",
                "Make the C backend write everyting to /dev/null. " +
                "Useful for benchmarking, so you don't actually involve the disk",


More information about the pypy-commit mailing list