[pypy-commit] pypy vecopt-merge: translation issue (missing import)

2015-10-02 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79932:31753dc0d45d Date: 2015-10-02 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/31753dc0d45d/ Log:translation issue (missing import) diff --git a/rpython/jit/metainterp/optimizeopt/schedule.py b/rpython/jit/metainterp/optimi

[pypy-commit] pypy vecopt-merge: translation issue, insert index must be proven >= 0

2015-08-24 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79208:b891a59cd1a7 Date: 2015-08-24 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/b891a59cd1a7/ Log:translation issue, insert index must be proven >= 0 diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/hi

[pypy-commit] pypy vecopt-merge: translation issue, assigning to wrong class

2015-08-23 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79169:2e20dba31d03 Date: 2015-08-23 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/2e20dba31d03/ Log:translation issue, assigning to wrong class diff --git a/rpython/jit/metainterp/optimizeopt/guard.py b/rpython/jit/metainterp/

[pypy-commit] pypy vecopt-merge: translation issue

2015-08-21 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79112:95a341896bd5 Date: 2015-08-21 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/95a341896bd5/ Log:translation issue diff --git a/rpython/jit/metainterp/optimizeopt/guard.py b/rpython/jit/metainterp/optimizeopt/guard.py --- a