[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 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 driver.set_param(...).

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 malloc_gc operatio

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 --git a/pypy/jit/

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 --- a/pypy/jit/backend/llsupport

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 b/pypy/jit/backend/llsupport/test/test_gc.py --- a/pypy/

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 --- a/pypy/jit/backend/llsupport/gc.

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 --- a/pypy/jit/b

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 a/pypy/jit/back

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 --- a/pypy/jit/backend

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

2011-11-18 Thread fijal
Author: Maciej Fijalkowski 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 --- a/pypy/module/micronump

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 b/pypy/jit/metainterp/warmspot.py --- a/pypy/j

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

2011-11-18 Thread fijal
Author: Maciej Fijalkowski 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 mailing list pypy-commi

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

2011-11-18 Thread fijal
Author: Maciej Fijalkowski 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 a/pypy/jit/metainterp/test/test_

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

2011-11-18 Thread fijal
Author: Maciej Fijalkowski 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 mode 100644 ---

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

2011-11-18 Thread cfbolz
Author: Carl Friedrich Bolz 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 b/pypy/objspace/std/t

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

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann 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 b/pypy/objspace/std/mapdict.py --- a/pypy/objspac

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

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann 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 a/pypy/objspace/std/mapdict.py b/pypy/objspace

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

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann 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 b/pypy/objspace/std/test/test_mapdict.

[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 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) diff --git a/pypy/objspace/std/mapdi

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

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann 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 a/pypy/objspace/std/test/test_mapdict.py b/pypy/objspace

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

2011-11-18 Thread l . diekmann
Author: Lukas Diekmann 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 b/pypy/objspace/std/test/test_ma

[pypy-commit] pypy default: Fix for 612f7784a228.

2011-11-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r49530:5269f0ee1ed2 Date: 2011-11-18 16:48 +0100 http://bitbucket.org/pypy/pypy/changeset/5269f0ee1ed2/ Log:Fix for 612f7784a228. diff --git a/pypy/rpython/lltypesystem/rbuilder.py b/pypy/rpython/lltypesystem/rbuilder.py --- a/pypy/rpython/lltypesystem

[pypy-commit] pypy op_malloc_gc: Plan which tests are still needed (and the corresponding code).

2011-11-18 Thread arigo
Author: Armin Rigo Branch: op_malloc_gc Changeset: r49528:211a72d5b8b8 Date: 2011-11-18 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/211a72d5b8b8/ Log:Plan which tests are still needed (and the corresponding code). diff --git a/pypy/jit/backend/llsupport/test/test_gc.py b/pypy/jit/b

[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 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. diff --git a/py

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 --- a/pypy/rpython/test/test_rbui

[pypy-commit] pypy default: merge

2011-11-18 Thread fijal
Author: Maciej Fijalkowski 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 --- a/pypy/rpython/lltypesystem/rbuilde

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

2011-11-18 Thread fijal
Author: Maciej Fijalkowski 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 b/pypy/jit/backend/llsupport/test/test_zll_r

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

2011-11-18 Thread fijal
Author: Maciej Fijalkowski 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 --- a/pypy/jit/b

[pypy-commit] pypy default: Move the stress test directly to backend/test and rename it

2011-11-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49535:dcc33426aadc Date: 2011-11-18 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/dcc33426aadc/ Log:Move the stress test directly to backend/test and rename it diff --git a/pypy/jit/backend/llsupport/test/test_zll_random.py b/pypy/jit/b

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 b/pypy/jit/metainterp/resoperation.py --- a/pypy/

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

2011-11-18 Thread arigo
Author: Armin Rigo 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 b/pypy/jit/backend/llsupport/test/test

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

2011-11-18 Thread fijal
Author: Maciej Fijalkowski 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 b/pypy/module/micronumpy/interp_numa

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

2011-11-18 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rlib/_rffi_stac

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

2011-11-18 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/codewriter/codewriter.py --- a/

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

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

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

2011-11-18 Thread fijal
Author: Maciej Fijalkowski 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 b/pypy/jit/backend/x86/test/test_ztranslation.py -

[pypy-commit] pypy default: fix the test

2011-11-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49543:a12c7868cd94 Date: 2011-11-19 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/a12c7868cd94/ Log:fix the test diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pypy/jit

[pypy-commit] pypy default: merge

2011-11-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49545:c2d0f2933d2f Date: 2011-11-19 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c2d0f2933d2f/ Log:merge diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pypy/jit/backen