[pypy-commit] pypy builtin-module: Closing branch.

2012-02-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: builtin-module Changeset: r52005:b21805c30c04 Date: 2012-02-01 09:52 +0100 http://bitbucket.org/pypy/pypy/changeset/b21805c30c04/ Log:Closing branch. The original issue was resolved in a72429e0e0ed. ___

[pypy-commit] pypy stm-gc: Start the branch stm-gc, where we'll try to implement the basic

2012-02-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r52006:5d4160f25c47 Date: 2012-01-31 19:22 +0100 http://bitbucket.org/pypy/pypy/changeset/5d4160f25c47/ Log:Start the branch stm-gc, where we'll try to implement the basic model described in extradoc/planning/stm.txt.

[pypy-commit] pypy backend-vector-ops: (fijal, arigo) aligned arrays support for ll2ctypes

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52008:3db72c7b6012 Date: 2012-02-01 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/3db72c7b6012/ Log:(fijal, arigo) aligned arrays support for ll2ctypes diff --git

[pypy-commit] pypy backend-vector-ops: start declaring what we need

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52007:52478d84d718 Date: 2012-01-31 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/52478d84d718/ Log:start declaring what we need diff --git a/pypy/jit/backend/test/runner_test.py

[pypy-commit] pypy backend-vector-ops: remove GUARD_ARRAY_ALIGNED for now

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52009:65a964afbef0 Date: 2012-02-01 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/65a964afbef0/ Log:remove GUARD_ARRAY_ALIGNED for now diff --git a/pypy/jit/metainterp/resoperation.py

[pypy-commit] [ACCEPTED] Pull request #24 for pypy/pypy: Apply hpaulj's patch to fix issue950 (startup_hook in readline / pyrepl)

2012-02-01 Thread Bitbucket
Pull request #24 has been accepted by Stefano Parmesan. Changes in dripton/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/24/apply-hpauljs-patch-to-fix-issue950 -- This is an issue notification from bitbucket.org. You are receiving this either because you are

[pypy-commit] [ACCEPTED] Pull request #21 for pypy/pypy: datetime.py fix for issue972, with unit test

2012-02-01 Thread Bitbucket
Pull request #21 has been accepted by Stefano Parmesan. Changes in / have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/21/datetimepy-fix-for-issue972-with-unit-test -- This is an issue notification from bitbucket.org. You are receiving this either because you are the

[pypy-commit] [OPEN] Pull request #26 for pypy/pypy: json/decoder speed-up

2012-02-01 Thread Bitbucket
A new pull request has been opened by Stefano Parmesan. armisael/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/26/json-decoder-speed-up Title: json/decoder speed-up Following what Fijal wrote on his blogpost of October 2011 I worked on cleanin the

[pypy-commit] pypy backend-vector-ops: Good. First go at vectorized operations - support double reading writing

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52010:b60d7a3bcf8f Date: 2012-02-01 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/b60d7a3bcf8f/ Log:Good. First go at vectorized operations - support double reading writing and adding in the x86

[pypy-commit] pypy type-specialized-instances: fixed OverflowError for type-specialized instances

2012-02-01 Thread l . diekmann
Author: l.diekmann Branch: type-specialized-instances Changeset: r52013:ed1dbd45c349 Date: 2012-02-01 12:48 + http://bitbucket.org/pypy/pypy/changeset/ed1dbd45c349/ Log:fixed OverflowError for type-specialized instances diff --git a/pypy/objspace/std/mapdict.py

[pypy-commit] pypy type-specialized-instances: these lines are now unnecessary

2012-02-01 Thread l . diekmann
Author: l.diekmann Branch: type-specialized-instances Changeset: r52014:ce9d7cbdddfb Date: 2012-02-01 12:56 + http://bitbucket.org/pypy/pypy/changeset/ce9d7cbdddfb/ Log:these lines are now unnecessary diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py ---

[pypy-commit] pypy backend-vector-ops: following armin's suggestion remove the VECTOR type

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52015:51f070072eca Date: 2012-02-01 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/51f070072eca/ Log:following armin's suggestion remove the VECTOR type diff --git a/pypy/jit/backend/x86/regalloc.py

[pypy-commit] pypy backend-vector-ops: implement spilling. A bit of fun with alignment

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52016:f9bbc410 Date: 2012-02-01 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/f9bbc410/ Log:implement spilling. A bit of fun with alignment diff --git a/pypy/jit/backend/llsupport/regalloc.py

[pypy-commit] pypy backend-vector-ops: fix test_assembler

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52017:e64e4871ab14 Date: 2012-02-01 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/e64e4871ab14/ Log:fix test_assembler diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py

[pypy-commit] pypy backend-vector-ops: fix calling convention

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52019:73c3fd1e59c0 Date: 2012-02-01 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/73c3fd1e59c0/ Log:fix calling convention diff --git a/pypy/jit/backend/x86/regalloc.py

[pypy-commit] pypy backend-vector-ops: another test fix

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52020:6444c851ac68 Date: 2012-02-01 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/6444c851ac68/ Log:another test fix diff --git a/pypy/jit/backend/x86/test/test_regalloc.py

[pypy-commit] pypy backend-vector-ops: fix test jump

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52021:0fef229172ef Date: 2012-02-01 16:12 +0200 http://bitbucket.org/pypy/pypy/changeset/0fef229172ef/ Log:fix test jump diff --git a/pypy/jit/backend/x86/test/test_jump.py

[pypy-commit] pypy backend-vector-ops: ate a letter

2012-02-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: backend-vector-ops Changeset: r52022:a39f6d580a09 Date: 2012-02-01 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a39f6d580a09/ Log:ate a letter diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py ---

[pypy-commit] pypy stm-gc: Started work on the STM GC.

2012-02-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r52023:beaddf970c53 Date: 2012-02-01 16:53 +0100 http://bitbucket.org/pypy/pypy/changeset/beaddf970c53/ Log:Started work on the STM GC. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py new file mode

[pypy-commit] pypy default: Rename in_recursion to portal_call_depth in the metainterp, which makes much more sense.

2012-02-01 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r52024:f054c58ba588 Date: 2012-02-01 11:20 -0500 http://bitbucket.org/pypy/pypy/changeset/f054c58ba588/ Log:Rename in_recursion to portal_call_depth in the metainterp, which makes much more sense. diff --git

[pypy-commit] pypy default: Added ndarray.{itemsize, nbytes}

2012-02-01 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r52025:e2ff34308249 Date: 2012-02-01 22:30 -0500 http://bitbucket.org/pypy/pypy/changeset/e2ff34308249/ Log:Added ndarray.{itemsize, nbytes} diff --git a/pypy/module/micronumpy/interp_numarray.py