[pypy-commit] extradoc extradoc: numpy version

2011-12-15 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: extradoc Changeset: r3987:f37efa0faa47 Date: 2011-12-15 09:15 +0100 http://bitbucket.org/pypy/extradoc/changeset/f37efa0faa47/ Log:numpy version diff --git a/talk/iwtc11/benchmarks/convolution/convolution.py

[pypy-commit] pypy refactor-signature: RPythonization

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: refactor-signature Changeset: r50532:78db9015b5f0 Date: 2011-12-15 10:14 +0200 http://bitbucket.org/pypy/pypy/changeset/78db9015b5f0/ Log:RPythonization diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy refactor-signature: rpythonization, remove one int_add

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: refactor-signature Changeset: r50533:876091f5df5a Date: 2011-12-15 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/876091f5df5a/ Log:rpythonization, remove one int_add diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] jitviewer default: insist a bit more on displayng loops

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r177:ca0dcdbd8036 Date: 2011-12-15 10:36 +0200 http://bitbucket.org/pypy/jitviewer/changeset/ca0dcdbd8036/ Log:insist a bit more on displayng loops diff --git a/bin/jitviewer.py b/bin/jitviewer.py --- a/bin/jitviewer.py +++

[pypy-commit] pypy refactor-signature: an extra test just because

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: refactor-signature Changeset: r50534:c0dff290b339 Date: 2011-12-15 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c0dff290b339/ Log:an extra test just because diff --git a/pypy/module/micronumpy/test/test_compile.py

[pypy-commit] pypy refactor-signature: remove some int_add's

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: refactor-signature Changeset: r50535:cd58a567d17d Date: 2011-12-15 10:53 +0200 http://bitbucket.org/pypy/pypy/changeset/cd58a567d17d/ Log:remove some int_add's diff --git a/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy refactor-signature: Improve a bit on max() bridge

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: refactor-signature Changeset: r50536:dfe668607a47 Date: 2011-12-15 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/dfe668607a47/ Log:Improve a bit on max() bridge diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy refactor-signature: have ForcedSignature instead of ArraySignature (it's the same otherwise),

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: refactor-signature Changeset: r50537:c2da6bb0433f Date: 2011-12-15 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/c2da6bb0433f/ Log:have ForcedSignature instead of ArraySignature (it's the same otherwise), cut down on number of

[pypy-commit] pypy counter-decay: Write the parametrisation of decaying counters, and a test.

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: counter-decay Changeset: r50538:642e93456721 Date: 2011-12-14 17:46 +0100 http://bitbucket.org/pypy/pypy/changeset/642e93456721/ Log:Write the parametrisation of decaying counters, and a test. Missing the actual implementation. diff --git

[pypy-commit] pypy counter-decay: Fix yet another obscure case in which we can end up with an apparent

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: counter-decay Changeset: r50541:ba32c0042356 Date: 2011-12-15 01:43 +0100 http://bitbucket.org/pypy/pypy/changeset/ba32c0042356/ Log:Fix yet another obscure case in which we can end up with an apparent leak. diff --git

[pypy-commit] pypy counter-decay: Implement decaying. See comments.

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: counter-decay Changeset: r50539:b84533eb4350 Date: 2011-12-15 00:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b84533eb4350/ Log:Implement decaying. See comments. diff --git a/pypy/jit/metainterp/memmgr.py b/pypy/jit/metainterp/memmgr.py ---

[pypy-commit] pypy counter-decay: Test and fix.

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: counter-decay Changeset: r50542:f7182dd71d78 Date: 2011-12-15 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/f7182dd71d78/ Log:Test and fix. diff --git a/pypy/jit/metainterp/test/test_warmstate.py b/pypy/jit/metainterp/test/test_warmstate.py

[pypy-commit] pypy counter-decay: Not tested: clean up the jitcell_dicts that are used internally. This

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: counter-decay Changeset: r50540:6e5fb0038df9 Date: 2011-12-15 01:01 +0100 http://bitbucket.org/pypy/pypy/changeset/6e5fb0038df9/ Log:Not tested: clean up the jitcell_dicts that are used internally. This is probably important to ensure that a

[pypy-commit] pypy default: improve caching

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r50543:976baeae86ed Date: 2011-12-15 13:02 +0200 http://bitbucket.org/pypy/pypy/changeset/976baeae86ed/ Log:improve caching diff --git a/pypy/tool/gcc_cache.py b/pypy/tool/gcc_cache.py --- a/pypy/tool/gcc_cache.py +++

[pypy-commit] pypy default: setinteriorfield_should_not_clear_cache

2011-12-15 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: Changeset: r50544:94f53881b7bf Date: 2011-12-15 12:48 +0100 http://bitbucket.org/pypy/pypy/changeset/94f53881b7bf/ Log:setinteriorfield_should_not_clear_cache diff --git a/pypy/jit/metainterp/optimizeopt/heap.py

[pypy-commit] pypy default: hg merge

2011-12-15 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: Changeset: r50545:ee80fd67c26a Date: 2011-12-15 12:49 +0100 http://bitbucket.org/pypy/pypy/changeset/ee80fd67c26a/ Log:hg merge diff --git a/pypy/tool/gcc_cache.py b/pypy/tool/gcc_cache.py --- a/pypy/tool/gcc_cache.py +++ b/pypy/tool/gcc_cache.py

[pypy-commit] pypy default: Merge the counter-decay branch:

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50547:5309a1389556 Date: 2011-12-15 12:20 +0100 http://bitbucket.org/pypy/pypy/changeset/5309a1389556/ Log:Merge the counter-decay branch: * add a theoretically useful exponential decaying of loop counters * it is

[pypy-commit] pypy counter-decay: close branch for merge

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: counter-decay Changeset: r50546:9df7dbac5802 Date: 2011-12-15 12:15 +0100 http://bitbucket.org/pypy/pypy/changeset/9df7dbac5802/ Log:close branch for merge ___ pypy-commit mailing list

[pypy-commit] pypy default: add an assert.

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50548:e790db7af776 Date: 2011-12-15 13:01 +0100 http://bitbucket.org/pypy/pypy/changeset/e790db7af776/ Log:add an assert. diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py ---

[pypy-commit] pypy default: fix

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50549:15811e23d71a Date: 2011-12-15 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/15811e23d71a/ Log:fix diff --git a/pypy/jit/metainterp/memmgr.py b/pypy/jit/metainterp/memmgr.py --- a/pypy/jit/metainterp/memmgr.py +++

[pypy-commit] pypy default: merge heads

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50550:0a4ac8556799 Date: 2011-12-15 13:23 +0100 http://bitbucket.org/pypy/pypy/changeset/0a4ac8556799/ Log:merge heads diff --git a/pypy/jit/metainterp/optimizeopt/heap.py b/pypy/jit/metainterp/optimizeopt/heap.py ---

[pypy-commit] pypy virtualizable-experiments: close branch that got nowhere, I don't even remember what it was about

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: virtualizable-experiments Changeset: r50551:40d47febc01e Date: 2011-12-15 14:47 +0200 http://bitbucket.org/pypy/pypy/changeset/40d47febc01e/ Log:close branch that got nowhere, I don't even remember what it was about

[pypy-commit] pypy numpy-share-iterators: superseeded by refactor-signature

2011-12-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: numpy-share-iterators Changeset: r50553:83a3724c72f3 Date: 2011-12-15 14:47 +0200 http://bitbucket.org/pypy/pypy/changeset/83a3724c72f3/ Log:superseeded by refactor-signature ___ pypy-commit

[pypy-commit] pypy closed-branches: Merge closed head 9d40404468cf on branch win64 test

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50560:48804171531e Date: 2011-12-15 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/48804171531e/ Log:Merge closed head 9d40404468cf on branch win64 test ___ pypy-commit

[pypy-commit] pypy closed-branches: Merge closed head 9ab059335d1f on branch jit-refactor-tests

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50569:ae7bb10725a5 Date: 2011-12-15 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/ae7bb10725a5/ Log:Merge closed head 9ab059335d1f on branch jit-refactor-tests ___

[pypy-commit] pypy closed-branches: Merge closed head b391b4c1ef21 on branch numpy-identity

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50578:dc1585148802 Date: 2011-12-15 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/dc1585148802/ Log:Merge closed head b391b4c1ef21 on branch numpy-identity ___

[pypy-commit] pypy closed-branches: Merge closed head 78795591bf65 on branch matrixmath

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50570:103191efcd4a Date: 2011-12-15 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/103191efcd4a/ Log:Merge closed head 78795591bf65 on branch matrixmath ___ pypy-commit

[pypy-commit] pypy closed-branches: Merge closed head 83a3724c72f3 on branch numpy-share-iterators

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50581:7fe3a58c1918 Date: 2011-12-15 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/7fe3a58c1918/ Log:Merge closed head 83a3724c72f3 on branch numpy-share-iterators ___

[pypy-commit] pypy closed-branches: Merge closed head c8b9ca8d5c25 on branch matrixmath-reshape

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50571:9ee3e533c081 Date: 2011-12-15 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/9ee3e533c081/ Log:Merge closed head c8b9ca8d5c25 on branch matrixmath-reshape ___

[pypy-commit] pypy closed-branches: Merge closed head 83b5695339e8 on branch matrixmath-reshape-merge

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50572:e0b744896524 Date: 2011-12-15 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/e0b744896524/ Log:Merge closed head 83b5695339e8 on branch matrixmath-reshape-merge ___

[pypy-commit] pypy closed-branches: Merge closed head 2db53dd9c46e on branch temp2

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50573:4fa228cccdda Date: 2011-12-15 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/4fa228cccdda/ Log:Merge closed head 2db53dd9c46e on branch temp2 ___ pypy-commit mailing

[pypy-commit] pypy closed-branches: Merge closed head 2eb520555de5 on branch nedbat-sandbox

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50574:33b58ee5d2da Date: 2011-12-15 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/33b58ee5d2da/ Log:Merge closed head 2eb520555de5 on branch nedbat-sandbox ___

[pypy-commit] pypy closed-branches: Merge closed head 539833042097 on branch jit-simplify-backendintf

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50577:0b366011ad13 Date: 2011-12-15 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/0b366011ad13/ Log:Merge closed head 539833042097 on branch jit-simplify-backendintf ___

[pypy-commit] pypy closed-branches: Merge closed head 40d47febc01e on branch virtualizable-experiments

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50579:91e205942073 Date: 2011-12-15 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/91e205942073/ Log:Merge closed head 40d47febc01e on branch virtualizable-experiments ___

[pypy-commit] pypy closed-branches: Merge closed head 4d5064194771 on branch faster-json

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50580:3ef224190801 Date: 2011-12-15 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/3ef224190801/ Log:Merge closed head 4d5064194771 on branch faster-json ___ pypy-commit

[pypy-commit] pypy closed-branches: re-close this branch

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: closed-branches Changeset: r50582:4f16091a6497 Date: 2011-12-15 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/4f16091a6497/ Log:re-close this branch ___ pypy-commit mailing list

[pypy-commit] pypy default: fix to handle branch names with special characters, like spaces

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50583:8c37cae3aea2 Date: 2011-12-15 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/8c37cae3aea2/ Log:fix to handle branch names with special characters, like spaces diff --git a/pypy/tool/clean_old_branches.py

[pypy-commit] buildbot default: add new builder/slave to run benchmarks on speed.python.org

2011-12-15 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r600:d4fc18217372 Date: 2011-12-15 16:44 +0100 http://bitbucket.org/pypy/buildbot/changeset/d4fc18217372/ Log:add new builder/slave to run benchmarks on speed.python.org diff --git a/bot2/pypybuildbot/master.py

[pypy-commit] buildbot default: hg merge default

2011-12-15 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r601:4d1b872dbf60 Date: 2011-12-15 16:45 +0100 http://bitbucket.org/pypy/buildbot/changeset/4d1b872dbf60/ Log:hg merge default diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py

[pypy-commit] buildbot default: fix the config for JITBENCH64_2, and add snakepit32 to the slavenames (this change was actually lying in the WC of buildmaster)

2011-12-15 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r602:922a46875231 Date: 2011-12-15 16:53 +0100 http://bitbucket.org/pypy/buildbot/changeset/922a46875231/ Log:fix the config for JITBENCH64_2, and add snakepit32 to the slavenames (this change was actually lying in the WC of

[pypy-commit] buildbot default: bah, make sure that benchmarks on speed.python.org don't acquire the lock for tannit

2011-12-15 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r603:f550f9557270 Date: 2011-12-15 17:26 +0100 http://bitbucket.org/pypy/buildbot/changeset/f550f9557270/ Log:bah, make sure that benchmarks on speed.python.org don't acquire the lock for tannit diff --git

[pypy-commit] buildbot default: hg merge default

2011-12-15 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r604:c34d2583efd4 Date: 2011-12-15 17:28 +0100 http://bitbucket.org/pypy/buildbot/changeset/c34d2583efd4/ Log:hg merge default diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py

[pypy-commit] pypy ppc-jit-backend: (bivab, arigo, hager): implemented COND_CALL_GC_WB

2011-12-15 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r50585:3167c1547eef Date: 2011-12-15 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/3167c1547eef/ Log:(bivab, arigo, hager): implemented COND_CALL_GC_WB diff --git

[pypy-commit] pypy numpy-full-fromstring: Moved generic int code from Integer to Long

2011-12-15 Thread jterrace
Author: Jeff Terrace jterr...@gmail.com Branch: numpy-full-fromstring Changeset: r50591:cf46c4c19b2f Date: 2011-12-15 15:19 -0500 http://bitbucket.org/pypy/pypy/changeset/cf46c4c19b2f/ Log:Moved generic int code from Integer to Long diff --git a/pypy/module/micronumpy/types.py

[pypy-commit] pypy default: Merged numpy-full-fromstring

2011-12-15 Thread jterrace
Author: Jeff Terrace jterr...@gmail.com Branch: Changeset: r50592:65311ed125b7 Date: 2011-12-15 15:21 -0500 http://bitbucket.org/pypy/pypy/changeset/65311ed125b7/ Log:Merged numpy-full-fromstring diff --git a/pypy/module/micronumpy/interp_support.py

[pypy-commit] pypy numpy-full-fromstring: Closing merged branch

2011-12-15 Thread jterrace
Author: Jeff Terrace jterr...@gmail.com Branch: numpy-full-fromstring Changeset: r50593:0fe83ac4f0da Date: 2011-12-15 15:22 -0500 http://bitbucket.org/pypy/pypy/changeset/0fe83ac4f0da/ Log:Closing merged branch ___ pypy-commit mailing list

[pypy-commit] pypy default: fixes for ulong dtype and some small other cleanups

2011-12-15 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50594:2b3d72c181dd Date: 2011-12-15 14:39 -0600 http://bitbucket.org/pypy/pypy/changeset/2b3d72c181dd/ Log:fixes for ulong dtype and some small other cleanups diff --git a/pypy/module/micronumpy/interp_boxes.py

[pypy-commit] pypy numpy-concatenate: add failing test

2011-12-15 Thread mattip
Author: mattip Branch: numpy-concatenate Changeset: r50595:ce05e49e8eda Date: 2011-12-16 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/ce05e49e8eda/ Log:add failing test diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py ---

[pypy-commit] pypy arm-backend-2: Kill duplicate function

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: arm-backend-2 Changeset: r50596:c8a475c4557b Date: 2011-12-16 05:55 +0100 http://bitbucket.org/pypy/pypy/changeset/c8a475c4557b/ Log:Kill duplicate function diff --git a/pypy/jit/backend/arm/runner.py b/pypy/jit/backend/arm/runner.py ---

[pypy-commit] pypy arm-backend-2: Fix fail_boxes_count, which is one more than the highest index written.

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: arm-backend-2 Changeset: r50597:2f5bb75ff7c8 Date: 2011-12-16 05:56 +0100 http://bitbucket.org/pypy/pypy/changeset/2f5bb75ff7c8/ Log:Fix fail_boxes_count, which is one more than the highest index written. Add an assert checking that the

[pypy-commit] pypy arm-backend-2: Sorry, nonsense.

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: arm-backend-2 Changeset: r50598:a770817aed83 Date: 2011-12-16 06:06 +0100 http://bitbucket.org/pypy/pypy/changeset/a770817aed83/ Log:Sorry, nonsense. diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py ---

[pypy-commit] pypy default: Fix for sandbox.

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50599:d9b372cf25b0 Date: 2011-12-16 06:17 +0100 http://bitbucket.org/pypy/pypy/changeset/d9b372cf25b0/ Log:Fix for sandbox. diff --git a/pypy/rlib/longlong2float.py b/pypy/rlib/longlong2float.py --- a/pypy/rlib/longlong2float.py +++

[pypy-commit] pypy default: Fix test: width = get_width()

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50600:9307d48e5da0 Date: 2011-12-16 06:20 +0100 http://bitbucket.org/pypy/pypy/changeset/9307d48e5da0/ Log:Fix test: width = get_width() diff --git a/pypy/jit/backend/x86/test/test_jump.py b/pypy/jit/backend/x86/test/test_jump.py ---

[pypy-commit] buildbot default: Don't run this server nightly as long as it hogs the

2011-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r605:b5e0f9f4bc83 Date: 2011-12-16 06:29 +0100 http://bitbucket.org/pypy/buildbot/changeset/b5e0f9f4bc83/ Log:Don't run this server nightly as long as it hogs the same global lock at tannit and takes more than 5 hours to run