[pypy-commit] pypy share-guard-info: share up to 5 guards

2015-09-15 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79642:c06257c68c32 Date: 2015-09-15 09:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c06257c68c32/ Log:share up to 5 guards diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy vecopt-merge: revived broken as_vector_operation, partly working now, still need to adapt it further to work in the current setup

2015-09-15 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79643:d1e29e8b7db7 Date: 2015-09-15 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d1e29e8b7db7/ Log:revived broken as_vector_operation, partly working now, still need to adapt it further to work in

[pypy-commit] pypy vecopt-merge: fighting with casting. not quite there, but soon scheduling tests should work

2015-09-15 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79649:9d05ed8b7873 Date: 2015-09-15 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/9d05ed8b7873/ Log:fighting with casting. not quite there, but soon scheduling tests should work diff --git

[pypy-commit] pypy vecopt-merge: input arg bytesize default to the hardware offered precision (word size)

2015-09-15 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79644:b57463d82b50 Date: 2015-09-15 12:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b57463d82b50/ Log:input arg bytesize default to the hardware offered precision (word size) diff --git