[pypy-commit] cffi default: Windows test fix, and documentation about ffi.dlopen()'s restriction

2015-06-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r2150:eb3b8aad6ecf Date: 2015-06-01 09:14 +0200 http://bitbucket.org/cffi/cffi/changeset/eb3b8aad6ecf/ Log:Windows test fix, and documentation about ffi.dlopen()'s restriction diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.

[pypy-commit] pypy vecopt: distinct between input/output argument in vector type conversion

2015-06-01 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77736:cb7dddccc7f0 Date: 2015-06-01 09:14 +0200 http://bitbucket.org/pypy/pypy/changeset/cb7dddccc7f0/ Log:distinct between input/output argument in vector type conversion call2 uses a list to track iterator and their states diff --

[pypy-commit] cffi default: Update whatsnew

2015-06-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r2151:dc94c2f9fad5 Date: 2015-06-01 09:22 +0200 http://bitbucket.org/cffi/cffi/changeset/dc94c2f9fad5/ Log:Update whatsnew diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -278,6 +278,8 @@ ne

[pypy-commit] pypy vecopt: reverted call2, list + index left the access in the trace

2015-06-01 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77737:c191d623bf18 Date: 2015-06-01 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/c191d623bf18/ Log:reverted call2, list + index left the access in the trace diff --git a/pypy/module/micronumpy/iterators.py b/pypy/module/micronumpy/

[pypy-commit] pypy vecopt: started to add cost model, all enabled zjit tests passing now

2015-06-01 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77738:c322539e68de Date: 2015-06-01 09:41 +0200 http://bitbucket.org/pypy/pypy/changeset/c322539e68de/ Log:started to add cost model, all enabled zjit tests passing now diff --git a/rpython/jit/metainterp/optimizeopt/vectorize.py b/rpython

[pypy-commit] pypy vecopt: rpython compliant, started to impl cost model

2015-06-01 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77739:443876d529b4 Date: 2015-06-01 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/443876d529b4/ Log:rpython compliant, started to impl cost model diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.

[pypy-commit] pypy.org extradoc: Put a link to vmprof.

2015-06-01 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r612:6aa41e28f863 Date: 2015-06-01 12:12 +0200 http://bitbucket.org/pypy/pypy.org/changeset/6aa41e28f863/ Log:Put a link to vmprof. diff --git a/performance.html b/performance.html --- a/performance.html +++ b/performance.html @@ -72,17 +72,32 @

[pypy-commit] pypy vecopt: costmodel impl extended

2015-06-01 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77740:7ce427746614 Date: 2015-06-01 12:56 +0200 http://bitbucket.org/pypy/pypy/changeset/7ce427746614/ Log:costmodel impl extended added tests for cost model extracted tests into another file diff --git a/rpython/jit/metainterp/opti

[pypy-commit] pypy vecopt: activated all but 3 zjit tests (pow, take missing), all others pass

2015-06-01 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77741:09b0ee52aaf2 Date: 2015-06-01 15:47 +0200 http://bitbucket.org/pypy/pypy/changeset/09b0ee52aaf2/ Log:activated all but 3 zjit tests (pow, take missing), all others pass added a jit param vec_cost to still be able to test if int

[pypy-commit] pypy vecopt: removed unused dict, lead to rpy error (no values included)

2015-06-01 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77742:9492770f0741 Date: 2015-06-01 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/9492770f0741/ Log:removed unused dict, lead to rpy error (no values included) diff --git a/rpython/jit/metainterp/optimizeopt/vectorize.py b/rpython/j

[pypy-commit] stmgc c8-locking: Turn 'modification_lock' into one real POSIX read-write lock per

2015-06-01 Thread arigo
Author: Armin Rigo Branch: c8-locking Changeset: r1784:f0d995d5609d Date: 2015-06-01 16:47 +0200 http://bitbucket.org/pypy/stmgc/changeset/f0d995d5609d/ Log:Turn 'modification_lock' into one real POSIX read-write lock per segment. diff --git a/c8/LOCKS b/c8/LOCKS --- a/c8/LOCKS +++ b

[pypy-commit] stmgc c8-locking: hg merge default

2015-06-01 Thread arigo
Author: Armin Rigo Branch: c8-locking Changeset: r1783:1f946043b7b4 Date: 2015-05-30 17:58 +0200 http://bitbucket.org/pypy/stmgc/changeset/1f946043b7b4/ Log:hg merge default diff too long, truncating to 2000 out of 2193 lines diff --git a/c7/gdb/gdb_stm.py b/c7/gdb/gdb_stm.py --- a/c7/gdb/g

[pypy-commit] pypy.org extradoc: update for 2.6.0 release

2015-06-01 Thread mattip
Author: mattip Branch: extradoc Changeset: r613:732d0624508d Date: 2015-06-01 01:12 +0300 http://bitbucket.org/pypy/pypy.org/changeset/732d0624508d/ Log:update for 2.6.0 release diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -74,7 +74,7 @@ performance

[pypy-commit] pypy default: merge release-2.6.x into default for pypy/doc changes

2015-06-01 Thread mattip
Author: mattip Branch: Changeset: r77744:657eccac8467 Date: 2015-06-01 17:57 +0300 http://bitbucket.org/pypy/pypy/changeset/657eccac8467/ Log:merge release-2.6.x into default for pypy/doc changes diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.

[pypy-commit] pypy default: fix merge

2015-06-01 Thread mattip
Author: mattip Branch: Changeset: r77745:f394f184314b Date: 2015-06-01 18:00 +0300 http://bitbucket.org/pypy/pypy/changeset/f394f184314b/ Log:fix merge diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/include/patchlevel

[pypy-commit] pypy stmgc-c8: import stmgc/f0d995d5609d, branch c8-locking

2015-06-01 Thread arigo
Author: Armin Rigo Branch: stmgc-c8 Changeset: r77743:a3a33fcdc546 Date: 2015-06-01 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/a3a33fcdc546/ Log:import stmgc/f0d995d5609d, branch c8-locking diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revis

[pypy-commit] pypy default: Small tweaks

2015-06-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r77746:b0eb8c2581e0 Date: 2015-06-01 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/b0eb8c2581e0/ Log:Small tweaks diff --git a/pypy/doc/release-2.6.0.rst b/pypy/doc/release-2.6.0.rst --- a/pypy/doc/release-2.6.0.rst +++ b/pypy/doc/release-2.6.0.r

[pypy-commit] pypy stmgc-c8: hg merge stmgc-c7

2015-06-01 Thread arigo
Author: Armin Rigo Branch: stmgc-c8 Changeset: r77747:b0f74e631c15 Date: 2015-06-01 16:12 +0100 http://bitbucket.org/pypy/pypy/changeset/b0f74e631c15/ Log:hg merge stmgc-c7 diff --git a/lib_pypy/pypy_test/test_transaction.py b/lib_pypy/pypy_test/test_transaction.py --- a/lib_pypy/pypy_test/

[pypy-commit] stmgc default: hg merge c8-locking

2015-06-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r1785:5cea4f9c70af Date: 2015-06-01 17:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/5cea4f9c70af/ Log:hg merge c8-locking diff --git a/c8/LOCKS b/c8/LOCKS new file mode 100644 --- /dev/null +++ b/c8/LOCKS @@ -0,0 +1,93 @@ + + +main lock-free opera

[pypy-commit] jitviewer default: Added tag pypy-2.6.0 for changeset 3a0152b4ac6b

2015-06-01 Thread mattip
Author: mattip Branch: Changeset: r271:3b5a42cf8039 Date: 2015-06-01 19:03 +0300 http://bitbucket.org/pypy/jitviewer/changeset/3b5a42cf8039/ Log:Added tag pypy-2.6.0 for changeset 3a0152b4ac6b diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -4,3 +4,4 @@ 62ad3e746dacc21c8e5dff

[pypy-commit] cffi default: Issue #205: Python 2.6 compat: "import" accept files that don't finish

2015-06-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r2152:161ecb5a7186 Date: 2015-06-01 18:23 +0200 http://bitbucket.org/cffi/cffi/changeset/161ecb5a7186/ Log:Issue #205: Python 2.6 compat: "import" accept files that don't finish with a newline, but "compile()" doesn't. diff --git a/cffi/setuptoo

[pypy-commit] cffi default: Move these two lines outside the "with"

2015-06-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r2153:13a8f80fab66 Date: 2015-06-01 18:29 +0200 http://bitbucket.org/cffi/cffi/changeset/13a8f80fab66/ Log:Move these two lines outside the "with" diff --git a/cffi/setuptools_ext.py b/cffi/setuptools_ext.py --- a/cffi/setuptools_ext.py +++ b/cffi/setup

[pypy-commit] cffi default: Issue #204: Spinkle "--no-user-cfg" in this test to avoid getting

2015-06-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r2154:3b9f80a475ee Date: 2015-06-01 19:25 +0200 http://bitbucket.org/cffi/cffi/changeset/3b9f80a475ee/ Log:Issue #204: Spinkle "--no-user-cfg" in this test to avoid getting confusion from ~/.pydistutils.cfg. diff --git a/testing/cffi1/test_zdist

[pypy-commit] cffi default: Issue #204: second try

2015-06-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r2156:34d5fd98bc84 Date: 2015-06-01 20:20 +0200 http://bitbucket.org/cffi/cffi/changeset/34d5fd98bc84/ Log:Issue #204: second try diff --git a/testing/cffi1/test_zdist.py b/testing/cffi1/test_zdist.py --- a/testing/cffi1/test_zdist.py +++ b/testing/cffi

[pypy-commit] cffi default: Backed out changeset 3b9f80a475ee: not supported on python 2.6

2015-06-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r2155:feea0af4a450 Date: 2015-06-01 20:07 +0200 http://bitbucket.org/cffi/cffi/changeset/feea0af4a450/ Log:Backed out changeset 3b9f80a475ee: not supported on python 2.6 diff --git a/testing/cffi1/test_zdist.py b/testing/cffi1/test_zdist.py --- a/testin

[pypy-commit] pypy use_min_scalar: correct handling of scalars for simple binary ufuncs

2015-06-01 Thread rlamy
Author: Ronan Lamy Branch: use_min_scalar Changeset: r77748:5b71a45fc55b Date: 2015-06-01 20:22 +0100 http://bitbucket.org/pypy/pypy/changeset/5b71a45fc55b/ Log:correct handling of scalars for simple binary ufuncs diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.

[pypy-commit] pypy.org extradoc: update the values

2015-06-01 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r614:3ca2cf7a87a7 Date: 2015-06-02 08:12 +0200 http://bitbucket.org/pypy/pypy.org/changeset/3ca2cf7a87a7/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $59426 of $105000 (

[pypy-commit] pypy.org extradoc: Update the link to Ubuntu PyPy --- go to the search page, which lists

2015-06-01 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r615:8a210421cca7 Date: 2015-06-02 08:44 +0200 http://bitbucket.org/pypy/pypy.org/changeset/8a210421cca7/ Log:Update the link to Ubuntu PyPy --- go to the search page, which lists various versions for the different Ubuntu releases. diff