Author: Philip Jenvey <[email protected]> Branch: Changeset: r57394:219f1f487600 Date: 2012-09-19 09:43 -0700 http://bitbucket.org/pypy/pypy/changeset/219f1f487600/
Log: typo diff --git a/pypy/doc/jit/pyjitpl5.rst b/pypy/doc/jit/pyjitpl5.rst --- a/pypy/doc/jit/pyjitpl5.rst +++ b/pypy/doc/jit/pyjitpl5.rst @@ -149,7 +149,7 @@ A *virtual* value is an array, struct, or RPython level instance that is created during the loop and does not escape from it via calls or longevity past the -loop. Since it is only used by the JIT, it be "optimized out"; the value +loop. Since it is only used by the JIT, it can be "optimized out"; the value doesn't have to be allocated at all and its fields can be stored as first class values instead of deferencing them in memory. Virtuals allow temporary objects in the interpreter to be unwrapped. For example, a W_IntObject in the PyPy can _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
