[pypy-commit] pypy inline-dict-ops: Implement most of support. Probably needs rewrite because of mess with Descrs :-/

2011-06-24 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45113:0af0de047bbc Date: 2011-06-24 20:11 +0200 http://bitbucket.org/pypy/pypy/changeset/0af0de047bbc/ Log:Implement most of support. Probably needs rewrite because of mess with Descrs :-/ diff --git a/pypy/jit/backend/ll

[pypy-commit] pypy inline-dict-ops: Some consistency in ops names

2011-06-24 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45112:9f1dfb29c299 Date: 2011-06-24 19:31 +0200 http://bitbucket.org/pypy/pypy/changeset/9f1dfb29c299/ Log:Some consistency in ops names diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/py

[pypy-commit] pypy inline-dict-ops: Add kind to {get, set}interiorfield ops

2011-06-24 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45111:9827c0b68ce9 Date: 2011-06-24 19:26 +0200 http://bitbucket.org/pypy/pypy/changeset/9827c0b68ce9/ Log:Add kind to {get,set}interiorfield ops diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py

[pypy-commit] pypy inline-dict-ops: skip for now

2011-06-24 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45110:d8abf207d96d Date: 2011-06-24 19:26 +0200 http://bitbucket.org/pypy/pypy/changeset/d8abf207d96d/ Log:skip for now diff --git a/pypy/jit/metainterp/test/test_dict.py b/pypy/jit/metainterp/test/test_dict.py --- a/pypy/jit/me

[pypy-commit] pypy arm-backend-2: implement support for sqrt in the ARM backend

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45109:88232e7ef74c Date: 2011-06-24 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/88232e7ef74c/ Log:implement support for sqrt in the ARM backend diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py

[pypy-commit] pypy arm-backend-2: implement support for sqrt in the ARM backend

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45108:8fa59bf8aa58 Date: 2011-06-24 17:41 +0200 http://bitbucket.org/pypy/pypy/changeset/8fa59bf8aa58/ Log:implement support for sqrt in the ARM backend diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.

[pypy-commit] pypy arm-backend-2: add test for jit rewriting of math.sqrt

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45107:1f2325fdd7c9 Date: 2011-06-24 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/1f2325fdd7c9/ Log:add test for jit rewriting of math.sqrt diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.

[pypy-commit] pypy arm-backend-2: fix for bc71e715e308 on ARM

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45105:c1ce871f2c04 Date: 2011-06-24 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/c1ce871f2c04/ Log:fix for bc71e715e308 on ARM diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/

[pypy-commit] pypy arm-backend-2: add a encode64 helper

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45104:09c1f23df4bd Date: 2011-06-24 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/09c1f23df4bd/ Log:add a encode64 helper diff --git a/pypy/jit/backend/arm/helper/assembler.py b/pypy/jit/backend/arm/helper/assembler.py --- a/p

[pypy-commit] pypy arm-backend-2: merge up to 43861

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45103:60ff2d1ca4bb Date: 2011-06-24 10:00 +0200 http://bitbucket.org/pypy/pypy/changeset/60ff2d1ca4bb/ Log:merge up to 43861 diff --git a/pypy/doc/discussion/jit-profiler.rst b/pypy/doc/discussion/jit-profiler.rst new file mode 10064

[pypy-commit] pypy arm-backed-float: close branch for float support on arm

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r45102:6f55c82f615c Date: 2011-06-24 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/6f55c82f615c/ Log:close branch for float support on arm ___ pypy-commit mailing list pypy-commit@p

[pypy-commit] pypy arm-backed-float: fix for an issue triggered when a const int is passed as the size to _malloc_varsize.

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r45100:3f26b83707de Date: 2011-06-21 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/3f26b83707de/ Log:fix for an issue triggered when a const int is passed as the size to _malloc_varsize. diff --git a/pypy/jit/backend/

[pypy-commit] pypy arm-backed-float: remove customized version of before_call, because it is not needed any more

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r45099:9f8aa57dd2fc Date: 2011-06-21 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/9f8aa57dd2fc/ Log:remove customized version of before_call, because it is not needed any more diff --git a/pypy/jit/backend/arm/regall

[pypy-commit] pypy numpy-impicit-convert: Some tests for conversion to numarray

2011-06-24 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45098:3aff9add6a8d Date: 2011-06-24 16:11 +0300 http://bitbucket.org/pypy/pypy/changeset/3aff9add6a8d/ Log:Some tests for conversion to numarray diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy store-sink-array: close branch

2011-06-24 Thread arigo
Author: Armin Rigo Branch: store-sink-array Changeset: r45096:5cd2df6c25e7 Date: 2011-06-24 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/5cd2df6c25e7/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.o

[pypy-commit] pypy store-sink-array: hg merge default

2011-06-24 Thread arigo
Author: Armin Rigo Branch: store-sink-array Changeset: r45095:712d442475c6 Date: 2011-06-24 11:36 +0200 http://bitbucket.org/pypy/pypy/changeset/712d442475c6/ Log:hg merge default diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy

[pypy-commit] extradoc extradoc: highligt result in abstract

2011-06-24 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3787:c838cf310de1 Date: 2011-06-24 10:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/c838cf310de1/ Log:highligt result in abstract diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/p

[pypy-commit] extradoc extradoc: get latest number into the table

2011-06-24 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3786:3475a72ba700 Date: 2011-06-24 10:39 +0200 http://bitbucket.org/pypy/extradoc/changeset/3475a72ba700/ Log:get latest number into the table diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwt

[pypy-commit] extradoc extradoc: merge

2011-06-24 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3785:b7f86c9c1884 Date: 2011-06-24 10:05 +0200 http://bitbucket.org/pypy/extradoc/changeset/b7f86c9c1884/ Log:merge diff --git a/sprintinfo/genova-pegli-2011/directions.txt b/sprintinfo/genova-pegli-2011/directions.txt new file mode 10

[pypy-commit] extradoc extradoc: update benchmarks

2011-06-24 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3784:08c432056868 Date: 2011-06-24 10:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/08c432056868/ Log:update benchmarks diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/iwtc11/be

[pypy-commit] extradoc extradoc: reenable view

2011-06-24 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3783:c586e4f5d0b7 Date: 2011-06-23 12:57 +0200 http://bitbucket.org/pypy/extradoc/changeset/c586e4f5d0b7/ Log:reenable view diff --git a/talk/iwtc11/benchmarks/image/sobel.py b/talk/iwtc11/benchmarks/image/sobel.py --- a/talk/iwtc11/be

[pypy-commit] extradoc extradoc: directions on how to go to the sprint venue

2011-06-24 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r3782:05c275fc9e27 Date: 2011-06-24 09:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/05c275fc9e27/ Log:directions on how to go to the sprint venue diff --git a/sprintinfo/genova-pegli-2011/directions.txt b/sprintinfo/genova-pegli-2011

[pypy-commit] extradoc extradoc: mention C++

2011-06-24 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3781:244c1f15ce23 Date: 2011-06-24 09:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/244c1f15ce23/ Log:mention C++ diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -828