Author: Alex Gaynor <alex.gay...@gmail.com> Branch: better-jit-hooks Changeset: r51186:66f1a9fb79c9 Date: 2012-01-09 16:38 -0600 http://bitbucket.org/pypy/pypy/changeset/66f1a9fb79c9/
Log: typo fix diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyjit/interp_resop.py +++ b/pypy/module/pypyjit/interp_resop.py @@ -63,7 +63,7 @@ cache.in_recursion = NonConstant(False) def set_optimize_hook(space, w_hook): - """ set_compile_hook(hook) + """ set_optimize_hook(hook) Set a compiling hook that will be called each time a loop is optimized, but before assembler compilation. This allows to add additional _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit