[pypy-commit] pypy quad-color-gc: Update qcgc codebase

2016-09-15 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r87125:a4672aa11b87 Date: 2016-09-13 22:20 +0200 http://bitbucket.org/pypy/pypy/changeset/a4672aa11b87/ Log:Update qcgc codebase diff --git a/rpython/translator/c/src/qcgc/config.h b/rpython/translator/c/src/qcgc/config.h --- a/rpyth

[pypy-commit] pypy quad-color-gc: Probably last optimization import from qcgc repo

2016-09-15 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r87128:4fa6b4f42a48 Date: 2016-09-15 23:10 +0200 http://bitbucket.org/pypy/pypy/changeset/4fa6b4f42a48/ Log:Probably last optimization import from qcgc repo diff --git a/rpython/rtyper/tool/rffi_platform.py b/rpython/rtyper/tool/rffi

[pypy-commit] pypy quad-color-gc: QCGC update

2016-09-15 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r87127:a870d33012f1 Date: 2016-09-15 18:45 +0200 http://bitbucket.org/pypy/pypy/changeset/a870d33012f1/ Log:QCGC update diff --git a/rpython/translator/c/src/qcgc/config.h b/rpython/translator/c/src/qcgc/config.h --- a/rpython/transl

[pypy-commit] pypy quad-color-gc: QCGC update (performance)

2016-09-15 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r87126:86dfb2ca9890 Date: 2016-09-14 08:11 +0200 http://bitbucket.org/pypy/pypy/changeset/86dfb2ca9890/ Log:QCGC update (performance) diff --git a/rpython/translator/c/src/qcgc/qcgc.c b/rpython/translator/c/src/qcgc/qcgc.c --- a/rpyt

[pypy-commit] pypy quad-color-gc: QCGC codebase update

2016-09-15 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r87124:0710ed582ef1 Date: 2016-09-13 21:20 +0200 http://bitbucket.org/pypy/pypy/changeset/0710ed582ef1/ Log:QCGC codebase update diff --git a/rpython/translator/c/src/qcgc/qcgc.c b/rpython/translator/c/src/qcgc/qcgc.c --- a/rpython/t

[pypy-commit] cffi default: Docs: remove "char *" from the special casing in the reference

2016-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2771:c5a1ab91b002 Date: 2016-09-15 23:05 +0200 http://bitbucket.org/cffi/cffi/changeset/c5a1ab91b002/ Log:Docs: remove "char *" from the special casing in the reference diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b

[pypy-commit] pypy zarch-simd-support: more vec op backend impl. missing, pack/unpack for i/f

2016-09-15 Thread plan_rich
Author: Richard Plangger Branch: zarch-simd-support Changeset: r87122:8022d6fb623c Date: 2016-09-15 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/8022d6fb623c/ Log:more vec op backend impl. missing, pack/unpack for i/f diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit

[pypy-commit] pypy default: For now, forbid --profopt if we're building a shared pypy

2016-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r87121:7058ed1d7d93 Date: 2016-09-15 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/7058ed1d7d93/ Log:For now, forbid --profopt if we're building a shared pypy diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py ---

[pypy-commit] pypy default: Update to cffi/5fc2d2cf2f5d

2016-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r87120:eba5b82d8e59 Date: 2016-09-15 10:09 +0200 http://bitbucket.org/pypy/pypy/changeset/eba5b82d8e59/ Log:Update to cffi/5fc2d2cf2f5d Warn when implicitly casting between "char *" and a different pointer type, like C does (there is no

[pypy-commit] pypy default: Test and fix

2016-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r87119:b509a7598625 Date: 2016-09-15 09:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b509a7598625/ Log:Test and fix diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py --- a/pypy/module/_cffi_backend/ctypef