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.
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 --
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
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/
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
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.
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 @
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
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
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
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
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
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
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.
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
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
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
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/
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
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
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
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
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
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
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
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.
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 (
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
28 matches
Mail list logo