Hi Fijal, On Wed, Jun 13, 2012 at 1:17 PM, Maciej Fijalkowski <[email protected]> wrote: > That probably does not mean that someone somewhere is not calling set_param, > like from command line parsing.
It does mean it. At RPython level the only callers of rlib.jit.set_param() are all from module/pypyjit. For the command-line parsing, this is done in app_main.py, which will just fail to import "pypyjit" on a no-jit pypy (and give a nice explanation). A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
