[pypy-commit] pypy default: Some more explanations

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76739:8d0c92831d19 Date: 2015-04-07 20:51 +0200 http://bitbucket.org/pypy/pypy/changeset/8d0c92831d19/ Log:Some more explanations diff --git a/rpython/jit/codewriter/effectinfo.py b/rpython/jit/codewriter/effectinfo.py --- a/rpython/jit/codewriter/eff

[pypy-commit] pypy default: Some more explanations of InvalidLoop

2012-04-28 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r54796:8cb0aa4c2211 Date: 2012-04-28 22:54 +0200 http://bitbucket.org/pypy/pypy/changeset/8cb0aa4c2211/ Log:Some more explanations of InvalidLoop diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py --- a/p