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

Antonio Cuni anto.cuni at gmail.com
Wed Sep 4 16:44:32 CEST 2013


Hi Manuel,

did you actually kill support for this feature? I find it occasionally useful: 
e.g. when working on the JIT you can use --fork-before=pyjitpl and avoid to 
annotate/rtype the whole pypy interp when you change something.

ciao,
Anto

On 04/09/13 12:13, Manuel Jacob wrote:
> 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",
> _______________________________________________
> pypy-commit mailing list
> pypy-commit at python.org
> https://mail.python.org/mailman/listinfo/pypy-commit
>



More information about the pypy-dev mailing list