You have received a notification from Jonas Haag.
Hi, I forked benchmarks. My fork is at
https://bitbucket.org/jonashaag/benchmarks.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
pypy-commit@pytho
A new pull request has been opened by Jonas Haag.
jonashaag/benchmarks has changes to be pulled into pypy/benchmarks.
https://bitbucket.org/pypy/benchmarks/pull-request/1/added-gzip-benchmark
Title: Added GZip benchmark
The same thing should be done with bz2.
Changes to be pulled:
--
This i
Author: Alex Gaynor
Branch:
Changeset: r49719:5f1a23beccab
Date: 2011-11-24 04:09 -0600
http://bitbucket.org/pypy/pypy/changeset/5f1a23beccab/
Log:comparing a unicode char to str char no longer requires allocating a
string
diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py
New comment on pull request:
https://bitbucket.org/pypy/benchmarks/pull-request/1/added-gzip-benchmark#comment-1153
fijal said:
Doesn't that depend a bit too much on hard drive caches? Can we unpack this
into memory instead?
--
This is a pull request comment notification from bitbucket.org.
Yo
Author: Armin Rigo
Branch: jit-targets
Changeset: r49720:d0c6a5afc72a
Date: 2011-11-24 13:16 +0100
http://bitbucket.org/pypy/pypy/changeset/d0c6a5afc72a/
Log:Fix tests.
diff --git a/pypy/jit/backend/x86/test/test_recompilation.py
b/pypy/jit/backend/x86/test/test_recompilation.py
--- a/pypy/
Author: Armin Rigo
Branch: jit-targets
Changeset: r49721:10f20488e230
Date: 2011-11-24 13:42 +0100
http://bitbucket.org/pypy/pypy/changeset/10f20488e230/
Log:Subtle fix. Used to show up in test_loop_unroll occasionally.
diff --git a/pypy/jit/backend/llsupport/regalloc.py
b/pypy/jit/backend/
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r49723:ce322f0bc995
Date: 2011-11-24 14:52 +0200
http://bitbucket.org/pypy/pypy/changeset/ce322f0bc995/
Log:progress on test_zjit. Now test_slice is almost ready, barring few
arraylen_gc that are from god knows where. A bit
Author: Carl Friedrich Bolz
Branch:
Changeset: r49722:bedfacfcd12f
Date: 2011-11-24 13:48 +0100
http://bitbucket.org/pypy/pypy/changeset/bedfacfcd12f/
Log:don't use w_None here, it breaks cpyext
diff --git a/pypy/module/_weakref/interp__weakref.py
b/pypy/module/_weakref/interp__weakref.py
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r49724:20d333f34dfe
Date: 2011-11-24 14:53 +0200
http://bitbucket.org/pypy/pypy/changeset/20d333f34dfe/
Log:leave some comments
diff --git a/pypy/module/micronumpy/test/test_zjit.py
b/pypy/module/micronumpy/test/test_zjit.py
--- a
Author: Alex Gaynor
Branch: extradoc
Changeset: r3970:5ca7f8992b0c
Date: 2011-11-24 06:57 -0600
http://bitbucket.org/pypy/extradoc/changeset/5ca7f8992b0c/
Log:another TODO item
diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
--- a/planning/micronumpy.txt
+++ b/planning/micronu
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r49725:bb1ed602bd16
Date: 2011-11-24 15:07 +0200
http://bitbucket.org/pypy/pypy/changeset/bb1ed602bd16/
Log:Add two tests. One breaks, but it's not exactly a merge blocker
diff --git a/pypy/module/micronumpy/test/test_numarray.py
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r49726:195a2e3ca74a
Date: 2011-11-24 15:17 +0200
http://bitbucket.org/pypy/pypy/changeset/195a2e3ca74a/
Log:For now multidimarray.argmax is a TypeError. Wait until we implement
flatiter
diff --git a/pypy/module/micronumpy/i
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r49727:3d9f6f9f6c19
Date: 2011-11-24 15:27 +0200
http://bitbucket.org/pypy/pypy/changeset/3d9f6f9f6c19/
Log:some work on broadcast iterator. test_zjit requires some support
from jit targets
diff --git a/pypy/module/micronum
Author: Alex Gaynor
Branch: numpy-multidim
Changeset: r49728:4f7747b4ff1c
Date: 2011-11-24 07:42 -0600
http://bitbucket.org/pypy/pypy/changeset/4f7747b4ff1c/
Log:argmax works for multidim now
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
Author: Alex Gaynor
Branch: numpy-multidim
Changeset: r49730:fbd6482de5d2
Date: 2011-11-24 08:25 -0600
http://bitbucket.org/pypy/pypy/changeset/fbd6482de5d2/
Log:some code-prettyness changes
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
-
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r49731:5da471031a21
Date: 2011-11-24 16:48 +0200
http://bitbucket.org/pypy/pypy/changeset/5da471031a21/
Log:Few missing tests, code improvements
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/inter
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r49732:dc3ff57935ac
Date: 2011-11-24 16:51 +0200
http://bitbucket.org/pypy/pypy/changeset/dc3ff57935ac/
Log:leave a comment
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/p
Author: Alex Gaynor
Branch: numpy-multidim
Changeset: r49733:61e9f8ceeb23
Date: 2011-11-24 09:07 -0600
http://bitbucket.org/pypy/pypy/changeset/61e9f8ceeb23/
Log:match the percise error message of numpy
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_n
Author: Alex Gaynor
Branch: numpy-multidim
Changeset: r49734:1b5ac648b2de
Date: 2011-11-24 09:09 -0600
http://bitbucket.org/pypy/pypy/changeset/1b5ac648b2de/
Log:better comment
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pyp
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r49735:62ddd31b5a52
Date: 2011-11-24 17:11 +0200
http://bitbucket.org/pypy/pypy/changeset/62ddd31b5a52/
Log:raise NotImplementedError in case we call reduce directly on a
multidim array
diff --git a/pypy/module/micronumpy/i
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r49736:005f65935f44
Date: 2011-11-24 17:11 +0200
http://bitbucket.org/pypy/pypy/changeset/005f65935f44/
Log:merge
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module
Author: Alex Gaynor
Branch: numpy-multidim
Changeset: r49737:9abe1021b1c6
Date: 2011-11-24 09:17 -0600
http://bitbucket.org/pypy/pypy/changeset/9abe1021b1c6/
Log:avoid exposing random parameters to python
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp
Author: Alex Gaynor
Branch: numpy-multidim
Changeset: r49738:1bbc91ef6677
Date: 2011-11-24 09:18 -0600
http://bitbucket.org/pypy/pypy/changeset/1bbc91ef6677/
Log:close branch for merge
___
pypy-commit mailing list
[email protected]
http://mail
Author: Alex Gaynor
Branch:
Changeset: r49740:fd61e0e2e288
Date: 2011-11-24 09:42 -0600
http://bitbucket.org/pypy/pypy/changeset/fd61e0e2e288/
Log:fix
diff --git a/pypy/rpython/lltypesystem/rstr.py
b/pypy/rpython/lltypesystem/rstr.py
--- a/pypy/rpython/lltypesystem/rstr.py
+++ b/pypy/rpyth
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49742:588e1b235c5c
Date: 2011-11-24 10:16 -0600
http://bitbucket.org/pypy/pypy/changeset/588e1b235c5c/
Log:get these tests passing again
diff --git a/pypy/module/micronumpy/test/test_zjit.py
b/pypy/module/micronumpy/test/test_zjit
New comment on pull request:
https://bitbucket.org/pypy/benchmarks/pull-request/1/added-gzip-benchmark#comment-1164
Jonas Haag (jonashaag) said:
Don't you have {{{/tmp}}} mapped to memory?
--
This is a pull request comment notification from bitbucket.org.
You are receiving this either because y
Author: Alex Gaynor
Branch:
Changeset: r49743:bf59d657e73a
Date: 2011-11-24 10:45 -0600
http://bitbucket.org/pypy/pypy/changeset/bf59d657e73a/
Log:Comment this out for now, oopspec doesn't appear to play nice with
look_inside_iff
diff --git a/pypy/jit/metainterp/test/test_string.py
Author: Armin Rigo
Branch: jit-targets
Changeset: r49745:a91b089925be
Date: 2011-11-24 16:18 +0100
http://bitbucket.org/pypy/pypy/changeset/a91b089925be/
Log:Fix the test.
diff --git a/pypy/jit/backend/test/test_random.py
b/pypy/jit/backend/test/test_random.py
--- a/pypy/jit/backend/test/te
Author: Armin Rigo
Branch: jit-targets
Changeset: r49744:40325623b256
Date: 2011-11-24 15:59 +0100
http://bitbucket.org/pypy/pypy/changeset/40325623b256/
Log:Improve randomness: generates a LABEL that is not always the very
first operation in the loop, but only when it we can safely m
Author: Armin Rigo
Branch: jit-targets
Changeset: r49746:55729b2290bf
Date: 2011-11-24 16:31 +0100
http://bitbucket.org/pypy/pypy/changeset/55729b2290bf/
Log:XXX a reminder, for later
diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py
--- a/pypy/jit/backend/x86/
Author: Armin Rigo
Branch: jit-targets
Changeset: r49747:b3737393db2e
Date: 2011-11-24 18:43 +0100
http://bitbucket.org/pypy/pypy/changeset/b3737393db2e/
Log:Test and fix, laboriously.
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/ba
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49749:df362a54e674
Date: 2011-11-24 19:50 +0100
http://bitbucket.org/pypy/pypy/changeset/df362a54e674/
Log:Starting stage2 a bit by defining maxint in rarithmetic
diff --git a/pypy/jit/metainterp/optimizeopt/intutils.py
b/pypy/jit/me
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49750:a831e44587ae
Date: 2011-11-24 07:39 +0100
http://bitbucket.org/pypy/pypy/changeset/a831e44587ae/
Log:fix test
diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py
--- a/pypy/jit/metainterp/history.py
+++ b/pypy/
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49751:aeb52741cfeb
Date: 2011-11-24 20:12 +0100
http://bitbucket.org/pypy/pypy/changeset/aeb52741cfeb/
Log:hg merge
diff --git a/pypy/jit/backend/llsupport/regalloc.py
b/pypy/jit/backend/llsupport/regalloc.py
--- a/pypy/jit/backend/llsuppor
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49752:24e9e6fb869c
Date: 2011-11-24 20:26 +0100
http://bitbucket.org/pypy/pypy/changeset/24e9e6fb869c/
Log:inject debug counter after initial label if present
diff --git a/pypy/jit/backend/x86/assembler.py
b/pypy/jit/backend/x86/assembler.p
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49753:f6afeeb47557
Date: 2011-11-24 05:39 +0100
http://bitbucket.org/pypy/pypy/changeset/f6afeeb47557/
Log:ignoring L formatting, unification of int and long
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py
b/pypy/inte
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49755:ecd85170665a
Date: 2011-11-24 20:16 +0100
http://bitbucket.org/pypy/pypy/changeset/ecd85170665a/
Log:merge
diff --git a/pypy/jit/metainterp/test/test_string.py
b/pypy/jit/metainterp/test/test_string.py
--- a/pypy/jit/metainterp
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49756:2819522de5e0
Date: 2011-11-24 20:27 +0100
http://bitbucket.org/pypy/pypy/changeset/2819522de5e0/
Log:Merge
diff --git a/pypy/__init__.py b/pypy/__init__.py
--- a/pypy/__init__.py
+++ b/pypy/__init__.py
@@ -1,1 +1,9 @@
# Empty
+
Author: mattip
Branch: numpy-monkeyaround
Changeset: r49757:2f25f1d0005c
Date: 2011-11-24 21:38 +0200
http://bitbucket.org/pypy/pypy/changeset/2f25f1d0005c/
Log:abandon tests, implementation of numpy arange, transpose
___
pypy-commit mailing list
py
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49758:f4b8fb7dad06
Date: 2011-11-24 20:38 +0100
http://bitbucket.org/pypy/pypy/changeset/f4b8fb7dad06/
Log:fix test
diff --git a/pypy/rlib/rsre/test/test_zjit.py b/pypy/rlib/rsre/test/test_zjit.py
--- a/pypy/rlib/rsre/test/test_zjit.py
+++ b
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49761:bd1ef1e7450f
Date: 2011-11-24 22:50 +0100
http://bitbucket.org/pypy/pypy/changeset/bd1ef1e7450f/
Log:removed a merge glitch
diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py
--- a/pypy/jit/metainterp/h
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49759:1021c954f50d
Date: 2011-11-24 22:39 +0100
http://bitbucket.org/pypy/pypy/changeset/1021c954f50d/
Log:boehm on win64 without __asm, of course :-)
diff --git a/pypy/translator/c/src/mem.h b/pypy/translator/c/src/mem.h
--- a/pypy/t
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49760:a3e74b838add
Date: 2011-11-24 22:43 +0100
http://bitbucket.org/pypy/pypy/changeset/a3e74b838add/
Log:Merge
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py
b/pypy/interpreter/astcompiler/test/test_compiler.py
---
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49762:9a56f7d674e7
Date: 2011-11-24 22:50 +0100
http://bitbucket.org/pypy/pypy/changeset/9a56f7d674e7/
Log:fixed int tests to use is_valid_int
diff --git a/pypy/rpython/test/test_rptr.py b/pypy/rpython/test/test_rptr.py
--- a/pypy/rpy
Author: Armin Rigo
Branch: jit-targets
Changeset: r49763:b3e7310584d1
Date: 2011-11-24 22:19 +0100
http://bitbucket.org/pypy/pypy/changeset/b3e7310584d1/
Log:Fix the XXX.
diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py
--- a/pypy/jit/backend/x86/regalloc.py
+
Author: Armin Rigo
Branch: jit-targets
Changeset: r49765:c034ba0e1478
Date: 2011-11-24 22:57 +0100
http://bitbucket.org/pypy/pypy/changeset/c034ba0e1478/
Log:merge heads
diff --git a/pypy/jit/backend/x86/assembler.py
b/pypy/jit/backend/x86/assembler.py
--- a/pypy/jit/backend/x86/assembler.p
Author: Armin Rigo
Branch: jit-targets
Changeset: r49764:77f8a107311c
Date: 2011-11-24 22:52 +0100
http://bitbucket.org/pypy/pypy/changeset/77f8a107311c/
Log:translation fixes
diff --git a/pypy/jit/backend/llsupport/regalloc.py
b/pypy/jit/backend/llsupport/regalloc.py
--- a/pypy/jit/backend
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49766:7c4368db5b47
Date: 2011-11-25 00:30 +0100
http://bitbucket.org/pypy/pypy/changeset/7c4368db5b47/
Log:unification of int/long. Extended is_valid_int by parameter
'force_type=True'. This function should be used in all cases
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49767:8b591290caf9
Date: 2011-11-25 00:51 +0100
http://bitbucket.org/pypy/pypy/changeset/8b591290caf9/
Log:typo-typopo
diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic.py
+++ b/pypy/rlib/rar
Author: mattip
Branch: matrixmath
Changeset: r49768:515520aea2f8
Date: 2011-11-24 22:07 +0200
http://bitbucket.org/pypy/pypy/changeset/515520aea2f8/
Log:some code-prettyness changes
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a
Author: mattip
Branch: matrixmath
Changeset: r49769:4147caee4ec6
Date: 2011-11-25 03:02 +0200
http://bitbucket.org/pypy/pypy/changeset/4147caee4ec6/
Log:adding set_shape, some tests pass, some fail
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarra
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49770:e7f4fc3d64b9
Date: 2011-11-25 02:13 +0100
http://bitbucket.org/pypy/pypy/changeset/e7f4fc3d64b9/
Log:changed all checks for (int, long) to is_valid_int. I'm pretty sure
that I made mistakes, we'll see ;-)
diff --git a/py
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49771:aee6d647b815
Date: 2011-11-25 02:29 +0100
http://bitbucket.org/pypy/pypy/changeset/aee6d647b815/
Log:the first glitch, expected
diff --git a/pypy/rlib/debug.py b/pypy/rlib/debug.py
--- a/pypy/rlib/debug.py
+++ b/pypy/rlib/debug.
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49772:e317cfe7ae6a
Date: 2011-11-25 02:38 +0100
http://bitbucket.org/pypy/pypy/changeset/e317cfe7ae6a/
Log:three more typos
diff --git a/pypy/rlib/rerased.py b/pypy/rlib/rerased.py
--- a/pypy/rlib/rerased.py
+++ b/pypy/rlib/rerased.py
Author: mattip
Branch: matrixmath
Changeset: r49773:fee2e7a857cd
Date: 2011-11-25 08:49 +0200
http://bitbucket.org/pypy/pypy/changeset/fee2e7a857cd/
Log:maybe found a problem, add comment instead of fixing it
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/int
Author: Maciej Fijalkowski
Branch: micronumpy-resync
Changeset: r49774:1ea6c70d9971
Date: 2011-11-25 09:21 +0200
http://bitbucket.org/pypy/pypy/changeset/1ea6c70d9971/
Log:close old abandoned branch
___
pypy-commit mailing list
[email protected]
Author: Maciej Fijalkowski
Branch: numpy-multidim-exp
Changeset: r49775:df45bf0c2ee7
Date: 2011-11-25 09:22 +0200
http://bitbucket.org/pypy/pypy/changeset/df45bf0c2ee7/
Log:close abandoned branch, multidim support in trunk
___
pypy-commit mailing l
Author: mattip
Branch: matrixmath
Changeset: r49776:cdef93e5ffca
Date: 2011-11-25 09:04 +0200
http://bitbucket.org/pypy/pypy/changeset/cdef93e5ffca/
Log:tests, implementation of transpose
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a
Author: mattip
Branch: matrixmath
Changeset: r49777:bdc5b1762659
Date: 2011-11-25 09:09 +0200
http://bitbucket.org/pypy/pypy/changeset/bdc5b1762659/
Log:Merge transpose, reshape/shape
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pyp
Author: mattip
Branch: matrixmath
Changeset: r49778:d306832a1934
Date: 2011-11-25 09:25 +0200
http://bitbucket.org/pypy/pypy/changeset/d306832a1934/
Log:test, implelent arange
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/module/micronumpy/__
Author: mattip
Branch: matrixmath
Changeset: r49779:688917aae267
Date: 2011-11-25 09:28 +0200
http://bitbucket.org/pypy/pypy/changeset/688917aae267/
Log:add explicit test for arange float
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
Author: mattip
Branch: matrixmath
Changeset: r49780:2c8f7428524d
Date: 2011-11-25 09:30 +0200
http://bitbucket.org/pypy/pypy/changeset/2c8f7428524d/
Log:Merge: arange, transpose ready for review
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.p
Author: mattip
Branch: matrixmath
Changeset: r49781:5276f48f44f7
Date: 2011-11-25 09:33 +0200
http://bitbucket.org/pypy/pypy/changeset/5276f48f44f7/
Log:Merge to avoid creating new head, not ready for review
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/inte
63 matches
Mail list logo