[pypy-commit] pypy virtual-dicts: finally fix this test

2011-10-26 Thread alex_gaynor
Author: Alex Gaynor Branch: virtual-dicts Changeset: r48490:bc6e9f337a06 Date: 2011-10-26 19:50 -0400 http://bitbucket.org/pypy/pypy/changeset/bc6e9f337a06/ Log:finally fix this test diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_conta

[pypy-commit] pypy virtual-dicts: added a test_pypy_c test for this

2011-10-26 Thread alex_gaynor
Author: Alex Gaynor Branch: virtual-dicts Changeset: r48489:6034c17423bd Date: 2011-10-26 18:13 -0400 http://bitbucket.org/pypy/pypy/changeset/6034c17423bd/ Log:added a test_pypy_c test for this diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test

[pypy-commit] pypy numpy-multidim: for a good start - support for zeroes

2011-10-26 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r48488:159a04a9 Date: 2011-10-26 22:13 +0200 http://bitbucket.org/pypy/pypy/changeset/159a04a9/ Log:for a good start - support for zeroes diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py -

[pypy-commit] pypy numpy-multidim: fix typo

2011-10-26 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r48487:ac15793a59b2 Date: 2011-10-26 21:27 +0200 http://bitbucket.org/pypy/pypy/changeset/ac15793a59b2/ Log:fix typo diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/mod

[pypy-commit] pypy virtual-dicts: make this consistant with the other version of this code

2011-10-26 Thread alex_gaynor
Author: Alex Gaynor Branch: virtual-dicts Changeset: r48485:072b6ee49f10 Date: 2011-10-26 15:15 -0400 http://bitbucket.org/pypy/pypy/changeset/072b6ee49f10/ Log:make this consistant with the other version of this code diff --git a/pypy/jit/metainterp/optimizeopt/virtualize.py b/pypy/jit/met

[pypy-commit] pypy virtual-dicts: merged default

2011-10-26 Thread alex_gaynor
Author: Alex Gaynor Branch: virtual-dicts Changeset: r48484:5e5b44d30598 Date: 2011-10-26 14:18 -0400 http://bitbucket.org/pypy/pypy/changeset/5e5b44d30598/ Log:merged default diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc

[pypy-commit] pypy virtual-dicts: kill some dead code

2011-10-26 Thread alex_gaynor
Author: Alex Gaynor Branch: virtual-dicts Changeset: r48483:3789a09bff0f Date: 2011-10-25 21:17 -0400 http://bitbucket.org/pypy/pypy/changeset/3789a09bff0f/ Log:kill some dead code diff --git a/pypy/jit/metainterp/optimizeopt/vstring.py b/pypy/jit/metainterp/optimizeopt/vstring.py --- a/pyp

[pypy-commit] pypy default: Few fixes for test_zll_random on 32bit

2011-10-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r48482:a2b911e61392 Date: 2011-10-26 19:35 +0200 http://bitbucket.org/pypy/pypy/changeset/a2b911e61392/ Log:Few fixes for test_zll_random on 32bit diff --git a/pypy/jit/backend/llsupport/regalloc.py b/pypy/jit/backend/llsupport/regalloc.py ---

[pypy-commit] pypy default: SetInteriorFieldOperation.

2011-10-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r48481:37be72baea57 Date: 2011-10-26 19:05 +0200 http://bitbucket.org/pypy/pypy/changeset/37be72baea57/ Log:SetInteriorFieldOperation. diff --git a/pypy/jit/backend/test/test_ll_random.py b/pypy/jit/backend/test/test_ll_random.py --- a/pypy/jit/backend

[pypy-commit] pypy default: Random fixes (no pun intended)

2011-10-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r48479:2268df591186 Date: 2011-10-26 18:17 +0200 http://bitbucket.org/pypy/pypy/changeset/2268df591186/ Log:Random fixes (no pun intended) diff --git a/pypy/jit/backend/test/test_ll_random.py b/pypy/jit/backend/test/test_ll_random.py --- a/pypy/jit/bac

[pypy-commit] pypy default: Fix test_ll_random. Add an assert in lltype to check the type of

2011-10-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r48480:c84880f2e5ca Date: 2011-10-26 19:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c84880f2e5ca/ Log:Fix test_ll_random. Add an assert in lltype to check the type of the values we try to set in an array with array.setitem(). diff --git a/

[pypy-commit] pypy jit-simplify-backendintf: Fix test.

2011-10-26 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r48478:40312ab5a8ff Date: 2011-10-26 17:41 +0200 http://bitbucket.org/pypy/pypy/changeset/40312ab5a8ff/ Log:Fix test. diff --git a/pypy/jit/metainterp/test/test_jitprof.py b/pypy/jit/metainterp/test/test_jitprof.py --- a/pypy/ji

[pypy-commit] pypy jit-simplify-backendintf: Kill outdated test.

2011-10-26 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r48477:c28a86f87724 Date: 2011-10-26 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c28a86f87724/ Log:Kill outdated test. diff --git a/pypy/jit/metainterp/test/test_warmstate.py b/pypy/jit/metainterp/test/test_warmstate.py

[pypy-commit] pypy jit-simplify-backendintf: Fix test.

2011-10-26 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r48476:3a49ad1be7d9 Date: 2011-10-26 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/3a49ad1be7d9/ Log:Fix test. diff --git a/pypy/jit/metainterp/test/test_compile.py b/pypy/jit/metainterp/test/test_compile.py --- a/pypy/ji

[pypy-commit] pypy jit-simplify-backendintf: Fix some tests by using a slightly different logic in non-translated

2011-10-26 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r48475:bfb70bc8d71f Date: 2011-10-26 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/bfb70bc8d71f/ Log:Fix some tests by using a slightly different logic in non-translated and in translated versions (horror!). diff -

[pypy-commit] pypy default: add longs as a project idea

2011-10-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r48474:e8b365c58a38 Date: 2011-10-26 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/e8b365c58a38/ Log:add longs as a project idea diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/

[pypy-commit] pypy default: yet another case of tagged pointer handling in the C backend.

2011-10-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r48473:990f8f82e063 Date: 2011-10-26 16:31 +0200 http://bitbucket.org/pypy/pypy/changeset/990f8f82e063/ Log:yet another case of tagged pointer handling in the C backend. diff --git a/pypy/translator/c/primitive.py b/pypy/translator/c/primitive.

[pypy-commit] pypy default: use a specialize:memo instead of adding yet another word to the already huge W_TypeObjects.

2011-10-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r48470:bdebff21909a Date: 2011-10-25 15:08 +0200 http://bitbucket.org/pypy/pypy/changeset/bdebff21909a/ Log:use a specialize:memo instead of adding yet another word to the already huge W_TypeObjects. diff --git a/pypy/objspace/std/objsp

[pypy-commit] pypy default: fix(?) small ints by doing more aggressive copying and by implementing some

2011-10-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r48471:f060ae084c2e Date: 2011-10-26 14:08 +0200 http://bitbucket.org/pypy/pypy/changeset/f060ae084c2e/ Log:fix(?) small ints by doing more aggressive copying and by implementing some operations that don't need overflow checking

[pypy-commit] pypy default: fix tests and translation. decrease the wait time

2011-10-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r48469:d40090f37f98 Date: 2011-10-26 09:37 +0200 http://bitbucket.org/pypy/pypy/changeset/d40090f37f98/ Log:fix tests and translation. decrease the wait time diff --git a/pypy/module/rctime/interp_time.py b/pypy/module/rctime/interp_time.py ---