Re: [pypy-commit] pypy default: Ah sorry, re 69cadfd7c8e1. Found how to reproduce (translate -Ojit,

2011-06-13 Thread Maciej Fijalkowski
On Sat, Jun 11, 2011 at 5:53 PM, arigo wrote: > Author: Armin Rigo > Branch: > Changeset: r44886:0e02f7346cf0 > Date: 2011-06-11 17:55 +0200 > http://bitbucket.org/pypy/pypy/changeset/0e02f7346cf0/ > > Log:    Ah sorry, re 69cadfd7c8e1. Found how to reproduce (translate -Ojit, >        of course)

[pypy-commit] pypy default: micronumpy: start implementation of slicing

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44892:fbdff70aeff4 Date: 2011-05-29 21:46 +0300 http://bitbucket.org/pypy/pypy/changeset/fbdff70aeff4/ Log:micronumpy: start implementation of slicing diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.p

[pypy-commit] pypy default: numpy: fixing typo in slicing

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44893:c373c5fa4eb4 Date: 2011-05-29 23:13 +0300 http://bitbucket.org/pypy/pypy/changeset/c373c5fa4eb4/ Log:numpy: fixing typo in slicing diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/m

[pypy-commit] pypy default: numpy: receiving slice object as argument of descr_getitem

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44894:cfbf3985a1f6 Date: 2011-05-31 22:15 +0300 http://bitbucket.org/pypy/pypy/changeset/cfbf3985a1f6/ Log:numpy: receiving slice object as argument of descr_getitem diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/in

[pypy-commit] pypy default: numpy: deleting sources when computation ends in VirtualArray

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44895:4ca2780763fd Date: 2011-06-01 01:16 +0300 http://bitbucket.org/pypy/pypy/changeset/4ca2780763fd/ Log:numpy: deleting sources when computation ends in VirtualArray diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy default: numpy: signature per SingleDimSlice class

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44897:00d149b590da Date: 2011-06-03 00:08 +0300 http://bitbucket.org/pypy/pypy/changeset/00d149b590da/ Log:numpy: signature per SingleDimSlice class diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: numpy: some tests for slices

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44898:f67feab0137f Date: 2011-06-03 00:09 +0300 http://bitbucket.org/pypy/pypy/changeset/f67feab0137f/ Log:numpy: some tests for slices diff --git a/pypy/module/micronumpy/test/test_base.py b/pypy/module/micronumpy/test/test_base.py --- a/pypy/modu

[pypy-commit] pypy default: merge upstream

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44899:6b6f75812436 Date: 2011-06-03 00:11 +0300 http://bitbucket.org/pypy/pypy/changeset/6b6f75812436/ Log:merge upstream diff --git a/pypy/annotation/annrpython.py b/pypy/annotation/annrpython.py --- a/pypy/annotation/annrpython.py +++ b/pypy/annot

[pypy-commit] pypy default: numpy: addit test_zjit for slicing

2011-06-13 Thread snus_mumrik
Author: Ilya Osadchiy Branch: Changeset: r44900:59ffcf1d2531 Date: 2011-06-12 23:51 +0300 http://bitbucket.org/pypy/pypy/changeset/59ffcf1d2531/ Log:numpy: addit test_zjit for slicing diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pyp

[pypy-commit] pypy default: merge default

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44902:bb4fee3d2de9 Date: 2011-06-13 09:46 +0200 http://bitbucket.org/pypy/pypy/changeset/bb4fee3d2de9/ Log:merge default diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micro

[pypy-commit] pypy default: add tid also to SizeDescr to silence rtyper warning

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44903:40eabf86dce3 Date: 2011-06-13 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/40eabf86dce3/ Log:add tid also to SizeDescr to silence rtyper warning diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr.

[pypy-commit] extradoc extradoc: Add array benchmark

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3657:4c8e1b00e547 Date: 2011-06-13 11:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/4c8e1b00e547/ Log:Add array benchmark diff --git a/talk/iwtc11/benchmarks/numpy/array.c b/talk/iwtc11/benchmarks/numpy/array.c new file mode 10

[pypy-commit] extradoc extradoc: comment

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3658:d12443b58f2e Date: 2011-06-13 11:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/d12443b58f2e/ Log:comment diff --git a/talk/iwtc11/benchmarks/numpy/array.c b/talk/iwtc11/benchmarks/numpy/array.c --- a/talk/iwtc11/benchmarks

[pypy-commit] extradoc extradoc: have a target that disables loop vectorization

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3659:f0c6d8b96168 Date: 2011-06-13 11:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/f0c6d8b96168/ Log:have a target that disables loop vectorization diff --git a/talk/iwtc11/benchmarks/runall.sh b/talk/iwtc11/benchmarks/runall.s

[pypy-commit] extradoc extradoc: Remove int_add and int_gt as well as mention. Use globally acknowledged '+'

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3660:89d98b04f81c Date: 2011-06-13 12:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/89d98b04f81c/ Log:Remove int_add and int_gt as well as mention. Use globally acknowledged '+' symbol diff --git a/talk/iwtc11/paper.tex

[pypy-commit] extradoc extradoc: Copy-paste of the figure subtitle confused me greatly

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3661:0406fe2c9772 Date: 2011-06-13 12:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/0406fe2c9772/ Log:Copy-paste of the figure subtitle confused me greatly diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iw

[pypy-commit] extradoc extradoc: Try to clarify a confusing para

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3662:7601afd27bf3 Date: 2011-06-13 13:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/7601afd27bf3/ Log:Try to clarify a confusing para diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/t

[pypy-commit] pypy default: (mvt) Fix for OS/X.

2011-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r44904:13d05d5dd512 Date: 2011-06-13 13:08 +0200 http://bitbucket.org/pypy/pypy/changeset/13d05d5dd512/ Log:(mvt) Fix for OS/X. diff --git a/pypy/rlib/ropenssl.py b/pypy/rlib/ropenssl.py --- a/pypy/rlib/ropenssl.py +++ b/pypy/rlib/ropenssl.py @@ -134,7

[pypy-commit] extradoc extradoc: add myself as an author

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3663:8a586930685e Date: 2011-06-13 13:08 +0200 http://bitbucket.org/pypy/extradoc/changeset/8a586930685e/ Log:add myself as an author diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc

[pypy-commit] extradoc extradoc: add XXX

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3664:3b4adb0c4101 Date: 2011-06-13 13:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/3b4adb0c4101/ Log:add XXX diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@

[pypy-commit] extradoc extradoc: another xxx

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3665:b1d3d38f16c4 Date: 2011-06-13 13:29 +0200 http://bitbucket.org/pypy/extradoc/changeset/b1d3d38f16c4/ Log:another xxx diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex

[pypy-commit] pypy default: Fix for some Linuxes on which there is really no libffi.a,

2011-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r44905:8b6d76ae1f76 Date: 2011-06-13 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/8b6d76ae1f76/ Log:Fix for some Linuxes on which there is really no libffi.a, but just libffi.so. diff --git a/pypy/rlib/clibffi.py b/pypy/rlib/clibffi.py -

[pypy-commit] extradoc extradoc: typo

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3666:5f8d61e3e60e Date: 2011-06-13 14:45 +0200 http://bitbucket.org/pypy/extradoc/changeset/5f8d61e3e60e/ Log:typo diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -53

[pypy-commit] extradoc extradoc: another, quite crucial IMO typo

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3667:7a3b96d23863 Date: 2011-06-13 14:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/7a3b96d23863/ Log:another, quite crucial IMO typo diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/t

[pypy-commit] extradoc extradoc: Explain numpy benchmark, start writing down limitations paragraph. I'm not even

2011-06-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3668:68ee4806886e Date: 2011-06-13 15:09 +0200 http://bitbucket.org/pypy/extradoc/changeset/68ee4806886e/ Log:Explain numpy benchmark, start writing down limitations paragraph. I'm not even sure how much limitations paragraph bel

[pypy-commit] pypy default: Added signature tests for slicing.

2011-06-13 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44906:0981805b0f24 Date: 2011-06-13 07:56 -0700 http://bitbucket.org/pypy/pypy/changeset/0981805b0f24/ Log:Added signature tests for slicing. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pyp

[pypy-commit] extradoc extradoc: cleared out some less relevant and inconsistent parts of the copied example

2011-06-13 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3669:22f7fa01eabd Date: 2011-06-13 18:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/22f7fa01eabd/ Log:cleared out some less relevant and inconsistent parts of the copied example diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/p

[pypy-commit] extradoc extradoc: consistenly use "preamble" and "peeled loop" instead of "first interation" and "second iteration"

2011-06-13 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3670:aa18fbb02c0c Date: 2011-06-13 18:50 +0200 http://bitbucket.org/pypy/extradoc/changeset/aa18fbb02c0c/ Log:consistenly use "preamble" and "peeled loop" instead of "first interation" and "second iteration" diff --git a/talk/iwtc11/pap

[pypy-commit] pypy default: kill the jit_ffi attributes, which is a leftover of the now outdated 92141efc20c2

2011-06-13 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44907:34a7c47ab2c6 Date: 2011-06-13 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/34a7c47ab2c6/ Log:kill the jit_ffi attributes, which is a leftover of the now outdated 92141efc20c2 diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/ji

[pypy-commit] pypy default: don't add a dependency on libffi unless we enable _ffi

2011-06-13 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44908:8d6cdc44d544 Date: 2011-06-13 17:35 +0200 http://bitbucket.org/pypy/pypy/changeset/8d6cdc44d544/ Log:don't add a dependency on libffi unless we enable _ffi diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pyp

[pypy-commit] pypy default: merge heads

2011-06-13 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44909:361d379b1d76 Date: 2011-06-13 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/361d379b1d76/ Log:merge heads diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr.py --- a/pypy/jit/backend/llsupport/descr.py +

[pypy-commit] pypy default: kill pdb and fish the config from the translator

2011-06-13 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44910:89ab118330c2 Date: 2011-06-13 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/89ab118330c2/ Log:kill pdb and fish the config from the translator diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py --- a/pypy/jit/me

[pypy-commit] extradoc extradoc: pure operations

2011-06-13 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3671:d7363ca28f5d Date: 2011-06-13 20:23 +0200 http://bitbucket.org/pypy/extradoc/changeset/d7363ca28f5d/ Log:pure operations diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@

[pypy-commit] pypy default: Tweak the array write barrier: from the JIT, make it take all 3 arguments

2011-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r44911:db949db5be62 Date: 2011-06-13 19:57 +0200 http://bitbucket.org/pypy/pypy/changeset/db949db5be62/ Log:Tweak the array write barrier: from the JIT, make it take all 3 arguments again. Tentative, trying to fix the "chaos" benchmark sl

[pypy-commit] pypy default: merge heads

2011-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r44912:b76d054cf69d Date: 2011-06-13 20:35 +0200 http://bitbucket.org/pypy/pypy/changeset/b76d054cf69d/ Log:merge heads diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pypyoption.py @@

[pypy-commit] pypy default: Add a paragraph for optimizing shadowstack (as a better alternative to

2011-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r44913:882f8fdb1244 Date: 2011-06-13 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/882f8fdb1244/ Log:Add a paragraph for optimizing shadowstack (as a better alternative to an LLVM backend imho). diff --git a/pypy/doc/project-ideas.rst b/p

[pypy-commit] Notification: pypy

2011-06-13 Thread Bitbucket
You have received a notification from rvoicilas. Hi, I forked pypy. My fork is at https://bitbucket.org/rvoicilas/pypy. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python

[pypy-commit] pypy default: remove the ability to pass a cpython code object to exc_ and eval

2011-06-13 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44915:834b642392b2 Date: 2011-06-13 17:59 -0500 http://bitbucket.org/pypy/pypy/changeset/834b642392b2/ Log:remove the ability to pass a cpython code object to exc_ and eval diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobj

[pypy-commit] pypy default: add missing else

2011-06-13 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44916:d1c3d0fb9a94 Date: 2011-06-13 18:07 -0500 http://bitbucket.org/pypy/pypy/changeset/d1c3d0fb9a94/ Log:add missing else diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +

[pypy-commit] pypy default: remove pointless argument for exec_host_bytecode

2011-06-13 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44917:cfbda2605f9d Date: 2011-06-13 18:12 -0500 http://bitbucket.org/pypy/pypy/changeset/cfbda2605f9d/ Log:remove pointless argument for exec_host_bytecode diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astco

[pypy-commit] pypy default: (issue750) sqlite3.connect(): implement the non-documented parameter "check_same_thread"

2011-06-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r44918:0a6cc0d7268e Date: 2011-06-14 01:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0a6cc0d7268e/ Log:(issue750) sqlite3.connect(): implement the non-documented parameter "check_same_thread" diff --git a/lib_pypy/_sqlite3.py b/li

[pypy-commit] pypy default: sqlite3.connect(): use the same order of parameters and same defaults as CPython

2011-06-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r44919:fedb082d0040 Date: 2011-06-14 01:30 +0200 http://bitbucket.org/pypy/pypy/changeset/fedb082d0040/ Log:sqlite3.connect(): use the same order of parameters and same defaults as CPython diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_

[pypy-commit] pypy default: add a test for comparisons

2011-06-13 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44920:6dfe161246b1 Date: 2011-06-13 19:10 -0500 http://bitbucket.org/pypy/pypy/changeset/6dfe161246b1/ Log:add a test for comparisons diff --git a/pypy/tool/pytest/test/test_pytestsupport.py b/pypy/tool/pytest/test/test_pytestsupport.py --- a/p

[pypy-commit] pypy default: merge heads

2011-06-13 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44921:0255d2787a53 Date: 2011-06-13 19:14 -0500 http://bitbucket.org/pypy/pypy/changeset/0255d2787a53/ Log:merge heads diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -275,7 +275,

[pypy-commit] pypy default: allow non-ascii keyword arguments to be passed through functions (fixes #751)

2011-06-13 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44922:2978e535782d Date: 2011-06-13 20:18 -0500 http://bitbucket.org/pypy/pypy/changeset/2978e535782d/ Log:allow non-ascii keyword arguments to be passed through functions (fixes #751) diff --git a/pypy/interpreter/argument.py b/pypy/int

[pypy-commit] Notification: pypy

2011-06-13 Thread Bitbucket
You have received a notification from dqminh. Hi, I forked pypy. My fork is at https://bitbucket.org/dqminh/pypy. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] h

[pypy-commit] buildbot default: Try to make the win32 buildbot compile, even if trackgcroot is broken at the moment

2011-06-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r516:c399e0f64b57 Date: 2011-06-14 08:03 +0200 http://bitbucket.org/pypy/buildbot/changeset/c399e0f64b57/ Log:Try to make the win32 buildbot compile, even if trackgcroot is broken at the moment diff --git a/bot2/pypybuildbot/master.py