Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r51195:799b4c3164db Date: 2012-01-10 11:41 +0100 http://bitbucket.org/pypy/pypy/changeset/799b4c3164db/
Log: Fix the docstrings. diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py --- a/pypy/rlib/jit.py +++ b/pypy/rlib/jit.py @@ -390,12 +390,12 @@ 'threshold': 'number of times a loop has to run for it to become hot', 'function_threshold': 'number of times a function must run for it to become traced from start', 'trace_eagerness': 'number of times a guard has to fail before we start compiling a bridge', - 'trace_limit': 'number of recorded operations before we abort tracing with ABORT_TRACE_TOO_LONG', + 'trace_limit': 'number of recorded operations before we abort tracing with ABORT_TOO_LONG', 'inlining': 'inline python functions or not (1/0)', 'loop_longevity': 'a parameter controlling how long loops will be kept before being freed, an estimate', 'retrace_limit': 'how many times we can try retracing before giving up', 'max_retrace_guards': 'number of extra guards a retrace can cause', - 'enable_opts': 'optimizations to enabled or all, INTERNAL USE ONLY' + 'enable_opts': 'optimizations to enable or all, INTERNAL USE ONLY' } PARAMETERS = {'threshold': 1039, # just above 1024, prime _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit