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

2015-09-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r636:464d24cbcbb6 Date: 2015-09-15 18:51 +0200 http://bitbucket.org/pypy/pypy.org/changeset/464d24cbcbb6/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $60284 of $105000 (

[pypy-commit] pypy share-guard-info: share up to 5 guards

2015-09-15 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79642:c06257c68c32 Date: 2015-09-15 09:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c06257c68c32/ Log:share up to 5 guards diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/o

[pypy-commit] pypy vecopt-merge: revived broken as_vector_operation, partly working now, still need to adapt it further to work in the current setup

2015-09-15 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79643:d1e29e8b7db7 Date: 2015-09-15 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d1e29e8b7db7/ Log:revived broken as_vector_operation, partly working now, still need to adapt it further to work in the current setup dif

[pypy-commit] pypy vecopt-merge: input arg bytesize default to the hardware offered precision (word size)

2015-09-15 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79644:b57463d82b50 Date: 2015-09-15 12:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b57463d82b50/ Log:input arg bytesize default to the hardware offered precision (word size) diff --git a/rpython/jit/metainterp/optimizeop

[pypy-commit] cffi default: Try to be even clearer about when a C compiler is required and when

2015-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2270:478fd8ef38b4 Date: 2015-09-15 14:17 +0200 http://bitbucket.org/cffi/cffi/changeset/478fd8ef38b4/ Log:Try to be even clearer about when a C compiler is required and when it is not. diff --git a/doc/source/overview.rst b/doc/source/overview.

[pypy-commit] pypy stmgc-c8-gcc: fix merge with renamed llop/resop

2015-09-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c8-gcc Changeset: r79646:322e4fe034c6 Date: 2015-09-15 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/322e4fe034c6/ Log:fix merge with renamed llop/resop diff --git a/rpython/jit/backend/llsupport/stmrewrite.py b/rpython/jit/backend/llsupport/stmrewrit

[pypy-commit] pypy stmgc-c8-gcc: Merge with 2.6.1

2015-09-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c8-gcc Changeset: r79645:78742c9462e2 Date: 2015-09-15 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/78742c9462e2/ Log:Merge with 2.6.1 diff too long, truncating to 2000 out of 32878 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@

[pypy-commit] pypy stmgc-c8-gcc: import stmgc

2015-09-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c8-gcc Changeset: r79647:808c350438ad Date: 2015-09-15 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/808c350438ad/ Log:import stmgc diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/translator

[pypy-commit] pypy share-guard-info: Backed out changeset c06257c68c32 - does not seem to help

2015-09-15 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79648:bd8081e25404 Date: 2015-09-15 16:55 +0200 http://bitbucket.org/pypy/pypy/changeset/bd8081e25404/ Log:Backed out changeset c06257c68c32 - does not seem to help diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b

[pypy-commit] pypy vecopt-merge: fighting with casting. not quite there, but soon scheduling tests should work

2015-09-15 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79649:9d05ed8b7873 Date: 2015-09-15 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/9d05ed8b7873/ Log:fighting with casting. not quite there, but soon scheduling tests should work diff --git a/rpython/jit/metainterp/optim