[pypy-commit] pypy jitdriver-setparam-all: Change set_param API. Now we run set_param(driver-or-None, 'name', value)

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitdriver-setparam-all Changeset: r49506:f121b8ac7363 Date: 2011-11-18 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/f121b8ac7363/ Log:Change set_param API. Now we run set_param(driver-or-None, 'name', value) instead of

[pypy-commit] pypy op_malloc_gc: A branch to simplify the backend interface: instead of

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49507:62ea37257eb5 Date: 2011-11-18 10:13 +0100 http://bitbucket.org/pypy/pypy/changeset/62ea37257eb5/ Log:A branch to simplify the backend interface: instead of the various new_xxx resoperations, there is only one

[pypy-commit] pypy op_malloc_gc: Attempt to collapse several NEW-like operations into a single

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49508:a85153701bb6 Date: 2011-11-10 21:32 +0100 http://bitbucket.org/pypy/pypy/changeset/a85153701bb6/ Log:Attempt to collapse several NEW-like operations into a single simpler MALLOC_GC operation: starting... diff

[pypy-commit] pypy op_malloc_gc: In-progress.

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49509:40d91227555d Date: 2011-11-17 17:30 +0100 http://bitbucket.org/pypy/pypy/changeset/40d91227555d/ Log:In-progress. diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr.py ---

[pypy-commit] pypy op_malloc_gc: Clean up the tests.

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49511:b5fdf3f1574e Date: 2011-11-17 17:59 +0100 http://bitbucket.org/pypy/pypy/changeset/b5fdf3f1574e/ Log:Clean up the tests. diff --git a/pypy/jit/backend/llsupport/test/test_gc.py

[pypy-commit] pypy op_malloc_gc: Fix some tests.

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49510:8b49822025c6 Date: 2011-11-17 17:40 +0100 http://bitbucket.org/pypy/pypy/changeset/8b49822025c6/ Log:Fix some tests. diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py ---

[pypy-commit] pypy op_malloc_gc: Missing rounding up: tests and fix.

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49512:c4bcb5c2b12f Date: 2011-11-17 18:11 +0100 http://bitbucket.org/pypy/pypy/changeset/c4bcb5c2b12f/ Log:Missing rounding up: tests and fix. diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py

[pypy-commit] pypy op_malloc_gc: Test and fix for allocating tiny structures --- they are smaller

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49513:454b0eb8af85 Date: 2011-11-17 18:15 +0100 http://bitbucket.org/pypy/pypy/changeset/454b0eb8af85/ Log:Test and fix for allocating tiny structures --- they are smaller than the minimal_size_in_nursery. diff --git

[pypy-commit] pypy op_malloc_gc: Kill unused attribute.

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49514:cf80cbdf1c65 Date: 2011-11-18 10:09 +0100 http://bitbucket.org/pypy/pypy/changeset/cf80cbdf1c65/ Log:Kill unused attribute. diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr.py ---

[pypy-commit] pypy default: rename numpy - numpypy

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49515:f732c0996244 Date: 2011-11-18 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/f732c0996244/ Log:rename numpy - numpypy diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py ---

[pypy-commit] pypy jitdriver-setparam-all: Re-add an assert that was lost.

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: jitdriver-setparam-all Changeset: r49516:73172e1ee46c Date: 2011-11-18 10:43 +0100 http://bitbucket.org/pypy/pypy/changeset/73172e1ee46c/ Log:Re-add an assert that was lost. diff --git a/pypy/jit/metainterp/warmspot.py

[pypy-commit] pypy jitdriver-setparam-all: close about to be merged branch

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitdriver-setparam-all Changeset: r49517:310e106460c0 Date: 2011-11-18 11:50 +0200 http://bitbucket.org/pypy/pypy/changeset/310e106460c0/ Log:close about to be merged branch ___ pypy-commit

[pypy-commit] pypy default: Merge jitdriver-setparam-all branch that allows setting parameters to all

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49518:42d55fa4ac69 Date: 2011-11-18 11:50 +0200 http://bitbucket.org/pypy/pypy/changeset/42d55fa4ac69/ Log:Merge jitdriver-setparam-all branch that allows setting parameters to all jitdrivers. diff --git

[pypy-commit] pypy default: what I remember that goes into the release

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49520:7c06e045a439 Date: 2011-11-18 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/7c06e045a439/ Log:what I remember that goes into the release diff --git a/pypy/doc/release-1.7.0.rst b/pypy/doc/release-1.7.0.rst new file

[pypy-commit] pypy set-strategies: uh? this test is clearly dict order dependent

2011-11-18 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: set-strategies Changeset: r49521:617ce44795c0 Date: 2011-11-18 13:40 +0100 http://bitbucket.org/pypy/pypy/changeset/617ce44795c0/ Log:uh? this test is clearly dict order dependent diff --git a/pypy/objspace/std/test/test_setobject.py

[pypy-commit] pypy type-specialized-instances: introduced IntAttribute

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: type-specialized-instances Changeset: r49522:b16fead0c3f3 Date: 2011-11-16 18:24 +0100 http://bitbucket.org/pypy/pypy/changeset/b16fead0c3f3/ Log:introduced IntAttribute diff --git a/pypy/objspace/std/mapdict.py

[pypy-commit] pypy type-specialized-instances: fix: former PlainAttribute is now AbstractStoredAttribute

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: type-specialized-instances Changeset: r49524:51f420b3af95 Date: 2011-11-16 20:40 +0100 http://bitbucket.org/pypy/pypy/changeset/51f420b3af95/ Log:fix: former PlainAttribute is now AbstractStoredAttribute diff --git

[pypy-commit] pypy type-specialized-instances: removed some old prints

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: type-specialized-instances Changeset: r49523:26d4cedd131b Date: 2011-11-16 20:39 +0100 http://bitbucket.org/pypy/pypy/changeset/26d4cedd131b/ Log:removed some old prints diff --git a/pypy/objspace/std/test/test_mapdict.py

[pypy-commit] pypy type-specialized-instances: fixed read with new selector (still not sure if this is the right fix)

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: type-specialized-instances Changeset: r49525:ca3e806187f6 Date: 2011-11-18 14:41 +0100 http://bitbucket.org/pypy/pypy/changeset/ca3e806187f6/ Log:fixed read with new selector (still not sure if this is the right fix)

[pypy-commit] pypy type-specialized-instances: started fixing tests to work with new selector

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: type-specialized-instances Changeset: r49526:6f9cd7e5bdeb Date: 2011-11-18 14:42 +0100 http://bitbucket.org/pypy/pypy/changeset/6f9cd7e5bdeb/ Log:started fixing tests to work with new selector diff --git

[pypy-commit] pypy type-specialized-instances: removed some old debug prints

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: type-specialized-instances Changeset: r49527:c76cccda3d75 Date: 2011-11-18 14:43 +0100 http://bitbucket.org/pypy/pypy/changeset/c76cccda3d75/ Log:removed some old debug prints diff --git a/pypy/objspace/std/test/test_mapdict.py

[pypy-commit] pypy default: Test for crashes when we call StringBuilder.build() several times over a growing

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49529:612f7784a228 Date: 2011-11-18 16:43 +0100 http://bitbucket.org/pypy/pypy/changeset/612f7784a228/ Log:Test for crashes when we call StringBuilder.build() several times over a growing builder, like W_StringBufferObject does.

[pypy-commit] pypy default: Python 2.5 compatibility.

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49531:5019a28f7e6a Date: 2011-11-18 16:51 +0100 http://bitbucket.org/pypy/pypy/changeset/5019a28f7e6a/ Log:Python 2.5 compatibility. diff --git a/pypy/rpython/test/test_rbuilder.py b/pypy/rpython/test/test_rbuilder.py ---

[pypy-commit] pypy default: merge

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49533:54e972f7c8ba Date: 2011-11-18 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/54e972f7c8ba/ Log:merge diff --git a/pypy/rpython/lltypesystem/rbuilder.py b/pypy/rpython/lltypesystem/rbuilder.py ---

[pypy-commit] pypy default: move test_zll_random to llsupport

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49534:81dcafabbba9 Date: 2011-11-18 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/81dcafabbba9/ Log:move test_zll_random to llsupport diff --git a/pypy/jit/backend/x86/test/test_zll_random.py

[pypy-commit] pypy default: use autodetect if you don't want to run llgraph

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49532:cb316be6a96f Date: 2011-11-18 18:25 +0200 http://bitbucket.org/pypy/pypy/changeset/cb316be6a96f/ Log:use autodetect if you don't want to run llgraph diff --git a/pypy/jit/backend/conftest.py b/pypy/jit/backend/conftest.py

[pypy-commit] pypy op_malloc_gc: The interface that I really want.

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49537:f84b61015be5 Date: 2011-11-18 19:02 +0100 http://bitbucket.org/pypy/pypy/changeset/f84b61015be5/ Log:The interface that I really want. diff --git a/pypy/jit/metainterp/resoperation.py

[pypy-commit] pypy op_malloc_gc: Move the new tests to their own file.

2011-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: op_malloc_gc Changeset: r49536:feae28c11d92 Date: 2011-11-18 19:02 +0100 http://bitbucket.org/pypy/pypy/changeset/feae28c11d92/ Log:Move the new tests to their own file. diff --git a/pypy/jit/backend/llsupport/test/test_gc.py

[pypy-commit] pypy numpy-multidim-shards: remove unused parameter

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: numpy-multidim-shards Changeset: r49538:ad7839a7ff62 Date: 2011-11-18 21:00 +0200 http://bitbucket.org/pypy/pypy/changeset/ad7839a7ff62/ Log:remove unused parameter diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: made the assembler sources compile so far

2011-11-18 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49539:7d9e78a91dce Date: 2011-11-18 23:12 +0100 http://bitbucket.org/pypy/pypy/changeset/7d9e78a91dce/ Log:made the assembler sources compile so far diff --git a/pypy/rlib/_rffi_stacklet.py b/pypy/rlib/_rffi_stacklet.py ---

[pypy-commit] pypy default: maybe wrong merge or wrong update. Anyway, fixed

2011-11-18 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49541:7a0e4c3ee81a Date: 2011-11-19 01:51 +0100 http://bitbucket.org/pypy/pypy/changeset/7a0e4c3ee81a/ Log:maybe wrong merge or wrong update. Anyway, fixed diff --git a/pypy/jit/codewriter/codewriter.py

[pypy-commit] pypy default: escape 'lambda' for windows

2011-11-18 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49542:11f0c5fd62bd Date: 2011-11-19 02:01 +0100 http://bitbucket.org/pypy/pypy/changeset/11f0c5fd62bd/ Log:escape 'lambda' for windows diff --git a/pypy/jit/codewriter/codewriter.py b/pypy/jit/codewriter/codewriter.py ---

[pypy-commit] pypy release-1.7.x: fix the test

2011-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-1.7.x Changeset: r49544:ff4af8f31882 Date: 2011-11-19 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/ff4af8f31882/ Log:fix the test diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py