[pypy-commit] pypy unroll-if-alt: Fix for ootype.

2011-09-20 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: unroll-if-alt Changeset: r47364:653e3437bcb5 Date: 2011-09-20 09:48 -0400 http://bitbucket.org/pypy/pypy/changeset/653e3437bcb5/ Log:Fix for ootype. diff --git a/pypy/rpython/ootypesystem/rdict.py b/pypy/rpython/ootypesystem/rdict.py ---

[pypy-commit] pypy unroll-if-alt: fix

2011-09-20 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: unroll-if-alt Changeset: r47367:5e7721621699 Date: 2011-09-20 15:55 +0200 http://bitbucket.org/pypy/pypy/changeset/5e7721621699/ Log:fix diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py ---

[pypy-commit] pypy unroll-if-alt: fix translation

2011-09-20 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: unroll-if-alt Changeset: r47376:f5fd6aac22b8 Date: 2011-09-20 15:37 -0400 http://bitbucket.org/pypy/pypy/changeset/f5fd6aac22b8/ Log:fix translation diff --git a/pypy/jit/metainterp/heapcache.py b/pypy/jit/metainterp/heapcache.py ---

[pypy-commit] pypy unroll-if-alt: fix this test.

2011-09-20 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: unroll-if-alt Changeset: r47378:5cb7011f542a Date: 2011-09-20 18:16 -0400 http://bitbucket.org/pypy/pypy/changeset/5cb7011f542a/ Log:fix this test. diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py

[pypy-commit] pypy unroll-if-alt: fix this test on 32-bit.

2011-09-20 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: unroll-if-alt Changeset: r47379:571efabef39b Date: 2011-09-20 18:18 -0400 http://bitbucket.org/pypy/pypy/changeset/571efabef39b/ Log:fix this test on 32-bit. diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py

[pypy-commit] pypy unroll-if-alt: fix this.

2011-09-20 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: unroll-if-alt Changeset: r47380:b49e0e2066a7 Date: 2011-09-20 19:16 -0400 http://bitbucket.org/pypy/pypy/changeset/b49e0e2066a7/ Log:fix this. diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py

[pypy-commit] pypy unroll-if-alt: fix test, update comment.

2011-09-19 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: unroll-if-alt Changeset: r47354:27488c4862c8 Date: 2011-09-19 14:32 -0400 http://bitbucket.org/pypy/pypy/changeset/27488c4862c8/ Log:fix test, update comment. diff --git a/pypy/jit/metainterp/test/test_list.py

[pypy-commit] pypy unroll-if-alt: Fix for some changes hakanardo made in the emitting of pure operations.

2011-09-18 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: unroll-if-alt Changeset: r47328:fc7b6f58decb Date: 2011-09-18 14:10 -0400 http://bitbucket.org/pypy/pypy/changeset/fc7b6f58decb/ Log:Fix for some changes hakanardo made in the emitting of pure operations. diff --git

[pypy-commit] pypy unroll-if-alt: fix translation

2011-09-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: unroll-if-alt Changeset: r47309:5054a6b1aee5 Date: 2011-09-16 16:11 -0400 http://bitbucket.org/pypy/pypy/changeset/5054a6b1aee5/ Log:fix translation diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py ---