[pypy-commit] pypy pypy3-release-2.6.x: fix annotation on narrow builds (win32)

2015-06-26 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: pypy3-release-2.6.x Changeset: r78319:17eb1202a1c0 Date: 2015-06-26 11:39 +0300 http://bitbucket.org/pypy/pypy/changeset/17eb1202a1c0/ Log:fix annotation on narrow builds (win32) diff --git a/pypy/module/_codecs/locale.py

[pypy-commit] pypy vecopt: don't follow wrong dependency chains, excluded fail args

2015-06-26 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78318:8afb499c0584 Date: 2015-06-26 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/8afb499c0584/ Log:don't follow wrong dependency chains, excluded fail args only store is not allowed to compute operations if the

[pypy-commit] pypy vecopt: tyring to make things more easier, complexity gets hard to manage if extending the accumulation. trying to prevent the splitting entering the scheduling (work in progress)

2015-06-26 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78322:7419dfb817a7 Date: 2015-06-26 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/7419dfb817a7/ Log:tyring to make things more easier, complexity gets hard to manage if extending the accumulation. trying to

[pypy-commit] pypy vecopt: finishing up changes

2015-06-26 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78324:313bcd2938c3 Date: 2015-06-26 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/313bcd2938c3/ Log:finishing up changes diff --git a/rpython/jit/metainterp/optimizeopt/schedule.py

[pypy-commit] pypy vecopt: rewritten scheduling tests to add type (could not be inferred easily), cost model passing again

2015-06-26 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78326:d1a942296dd8 Date: 2015-06-26 17:46 +0200 http://bitbucket.org/pypy/pypy/changeset/d1a942296dd8/ Log:rewritten scheduling tests to add type (could not be inferred easily), cost model passing again diff --git

[pypy-commit] pypy vecopt: test_vectorize passing again

2015-06-26 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78325:2df6133da026 Date: 2015-06-26 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/2df6133da026/ Log:test_vectorize passing again diff --git a/rpython/jit/metainterp/optimizeopt/schedule.py

[pypy-commit] pypy py3k: hg merge default

2015-06-26 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: py3k Changeset: r78323:85bc12fb4725 Date: 2015-06-26 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/85bc12fb4725/ Log:hg merge default diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py ---

[pypy-commit] cffi default: Test and fix: Python 3.5 (at least the current beta) is unhappy

2015-06-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r2194:9d86b893ad22 Date: 2015-06-26 23:47 +0200 http://bitbucket.org/cffi/cffi/changeset/9d86b893ad22/ Log:Test and fix: Python 3.5 (at least the current beta) is unhappy with module-like objects without a '__name__' diff --git

[pypy-commit] pypy default: cffi/9d86b893ad22: add 'lib.__name__'

2015-06-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78327:c636e65f2d90 Date: 2015-06-26 23:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c636e65f2d90/ Log:cffi/9d86b893ad22: add 'lib.__name__' diff --git a/pypy/module/_cffi_backend/lib_obj.py b/pypy/module/_cffi_backend/lib_obj.py

[pypy-commit] pypy vecopt: rewritten splitting of packs, added asserts to ensure the impl assumptions are correct. some tests broke (it is not yet finished)

2015-06-26 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78321:2e935c4aa59d Date: 2015-06-26 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/2e935c4aa59d/ Log:rewritten splitting of packs, added asserts to ensure the impl assumptions are correct. some tests broke (it is

[pypy-commit] pypy vecopt: splitting must be done differently

2015-06-26 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78320:835955fe1216 Date: 2015-06-26 10:22 +0200 http://bitbucket.org/pypy/pypy/changeset/835955fe1216/ Log:splitting must be done differently diff --git a/rpython/jit/metainterp/optimizeopt/schedule.py