[pypy-commit] pypy translation-cleanup: FSFrame: consolidate locals_stack_w init into .init_locals_stack()

2012-09-29 Thread rlamy
Author: Ronan Lamy Branch: translation-cleanup Changeset: r57685:3f3e76986566 Date: 2012-09-30 00:18 +0100 http://bitbucket.org/pypy/pypy/changeset/3f3e76986566/ Log:FSFrame: consolidate locals_stack_w init into .init_locals_stack() FSFrame doesn't use PyFrame.setfastscope() any more

[pypy-commit] pypy translation-cleanup: Implement FlowSpaceFrame.cells initialisation in HostCode

2012-09-29 Thread rlamy
Author: Ronan Lamy Branch: translation-cleanup Changeset: r57684:c456e79c3e3b Date: 2012-09-29 19:08 +0100 http://bitbucket.org/pypy/pypy/changeset/c456e79c3e3b/ Log:Implement FlowSpaceFrame.cells initialisation in HostCode diff --git a/pypy/objspace/flow/bytecode.py b/pypy/objspace/flow/byt

[pypy-commit] pypy translation-cleanup: rm unused argument 'constargs'

2012-09-29 Thread rlamy
Author: Ronan Lamy Branch: translation-cleanup Changeset: r57683:ff0274f68473 Date: 2012-09-29 18:13 +0100 http://bitbucket.org/pypy/pypy/changeset/ff0274f68473/ Log:rm unused argument 'constargs' diff --git a/pypy/objspace/flow/flowcontext.py b/pypy/objspace/flow/flowcontext.py --- a/pypy/

[pypy-commit] pypy missing-ndarray-attributes: fixes and tests, comparison on single float failing

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r57681:63fa48a761a0 Date: 2012-09-30 01:08 +0200 http://bitbucket.org/pypy/pypy/changeset/63fa48a761a0/ Log:fixes and tests, comparison on single float failing diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/py

[pypy-commit] pypy missing-ndarray-attributes: still not RPython, but make it slightly better. other fixes

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r57682:d47f1e045e11 Date: 2012-09-30 01:18 +0200 http://bitbucket.org/pypy/pypy/changeset/d47f1e045e11/ Log:still not RPython, but make it slightly better. other fixes diff --git a/pypy/module/micronumpy/arrayimpl/sort.

[pypy-commit] pypy default: merge default

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r57680:993a0159055a Date: 2012-09-30 00:14 +0200 http://bitbucket.org/pypy/pypy/changeset/993a0159055a/ Log:merge default diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -23,7 +23,7 @@ The too

[pypy-commit] pypy missing-ndarray-attributes: Basic sorting - not RPython yet. argsort for now

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r57679:0017e12c21c0 Date: 2012-09-30 00:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0017e12c21c0/ Log:Basic sorting - not RPython yet. argsort for now diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/p

[pypy-commit] pypy default: a missing unroll safe

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r57678:34fed604867a Date: 2012-09-29 22:52 +0200 http://bitbucket.org/pypy/pypy/changeset/34fed604867a/ Log:a missing unroll safe diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/loop.py +

[pypy-commit] pypy default: The arm-backend-2 branch has been merged now.

2012-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r57677:2f2bb35fedb0 Date: 2012-09-29 22:56 +0200 http://bitbucket.org/pypy/pypy/changeset/2f2bb35fedb0/ Log:The arm-backend-2 branch has been merged now. diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -

[pypy-commit] pypy default: Fix docstrings.

2012-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r57676:e91e12658494 Date: 2012-09-29 22:56 +0200 http://bitbucket.org/pypy/pypy/changeset/e91e12658494/ Log:Fix docstrings. diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py --- a/pypy/jit/backend/model.py +++ b/pypy/jit/backend/model.p

[pypy-commit] pypy default: uh?

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r57675:832cca3a54e2 Date: 2012-09-29 22:48 +0200 http://bitbucket.org/pypy/pypy/changeset/832cca3a54e2/ Log:uh? diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b/pypy/to

[pypy-commit] pypy default: Merge numpy-reintroduce-jit-drivers

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r57673:971b8a24b030 Date: 2012-09-29 21:33 +0200 http://bitbucket.org/pypy/pypy/changeset/971b8a24b030/ Log:Merge numpy-reintroduce-jit-drivers This branch reintroduces jit drivers to numpy operations, however without the lazy ev

[pypy-commit] pypy numpy-reintroduce-jit-drivers: close merged branch

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-jit-drivers Changeset: r57672:953c4ffc8646 Date: 2012-09-29 21:33 +0200 http://bitbucket.org/pypy/pypy/changeset/953c4ffc8646/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@pyt

[pypy-commit] pypy numpy-reintroduce-jit-drivers: forgot about one

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-jit-drivers Changeset: r57671:44330b0857bc Date: 2012-09-29 20:53 +0200 http://bitbucket.org/pypy/pypy/changeset/44330b0857bc/ Log:forgot about one diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/mod

[pypy-commit] pypy numpy-reintroduce-jit-drivers: fixes

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-jit-drivers Changeset: r57670:f080950c2294 Date: 2012-09-29 20:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f080950c2294/ Log:fixes diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --

[pypy-commit] pypy numpy-reintroduce-jit-drivers: more jitdrivers

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-jit-drivers Changeset: r57669:8415d52651ee Date: 2012-09-29 20:13 +0200 http://bitbucket.org/pypy/pypy/changeset/8415d52651ee/ Log:more jitdrivers diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numa

[pypy-commit] pypy numpy-reintroduce-jit-drivers: skip the actual running, let's leave it as compile test for now

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-jit-drivers Changeset: r57668:2a2b8e86e083 Date: 2012-09-29 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/2a2b8e86e083/ Log:skip the actual running, let's leave it as compile test for now diff --git a/pypy/module/micronumpy/test/tes

[pypy-commit] pypy numpy-reintroduce-jit-drivers: and this is why we need zjit tests. run them

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-jit-drivers Changeset: r57667:c1a1b5003862 Date: 2012-09-29 19:30 +0200 http://bitbucket.org/pypy/pypy/changeset/c1a1b5003862/ Log:and this is why we need zjit tests. run them diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/m

[pypy-commit] pypy numpy-reintroduce-jit-drivers: fix test_compile

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-jit-drivers Changeset: r57666:665e0568f39b Date: 2012-09-29 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/665e0568f39b/ Log:fix test_compile diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/p

[pypy-commit] pypy numpy-reintroduce-jit-drivers: more jit drivers

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-jit-drivers Changeset: r57665:4b1ec18c16a8 Date: 2012-09-29 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/4b1ec18c16a8/ Log:more jit drivers diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/mod

[pypy-commit] pypy numpy-reintroduce-jit-drivers: start adding jitdrivers

2012-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-jit-drivers Changeset: r57662:c0b1fcc2562e Date: 2012-09-29 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/c0b1fcc2562e/ Log:start adding jitdrivers diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/inter

[pypy-commit] pypy translation-cleanup: Some style cleanups.

2012-09-29 Thread alex_gaynor
Author: Alex Gaynor Branch: translation-cleanup Changeset: r57661:055f7aa9f7f2 Date: 2012-09-29 09:05 -0700 http://bitbucket.org/pypy/pypy/changeset/055f7aa9f7f2/ Log:Some style cleanups. diff --git a/pypy/objspace/flow/test/test_objspace.py b/pypy/objspace/flow/test/test_objspace.py --- a/