[pypy-commit] pypy default: Merged in gc-incminimark-pinning-improve (pull request #313)

2015-03-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r76621:9f53b151c5d6 Date: 2015-03-29 17:07 +0200 http://bitbucket.org/pypy/pypy/changeset/9f53b151c5d6/ Log:Merged in gc-incminimark-pinning-improve (pull request #313) Use pinning and additional GC debugging env var

[pypy-commit] pypy gc-incminimark-pinning-improve: Close branch gc-incminimark-pinning-improve.

2015-03-29 Thread groggi
Author: Gregor Wegberg c...@gregorwegberg.com Branch: gc-incminimark-pinning-improve Changeset: r76622:08b71058baa1 Date: 2015-03-29 15:16 + http://bitbucket.org/pypy/pypy/changeset/08b71058baa1/ Log:Close branch gc-incminimark-pinning-improve.

[pypy-commit] pypy default: Do this whole operation without a copy

2015-03-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r76623:bea034347eb0 Date: 2015-03-29 11:20 -0400 http://bitbucket.org/pypy/pypy/changeset/bea034347eb0/ Log:Do this whole operation without a copy diff --git a/pypy/module/_hashlib/interp_hashlib.py

[pypy-commit] pypy llvm-translation-backend: Add errno.h include to threadlocal.c.

2015-03-29 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: llvm-translation-backend Changeset: r76616:9960bc589d0f Date: 2015-03-28 16:12 +0100 http://bitbucket.org/pypy/pypy/changeset/9960bc589d0f/ Log:Add errno.h include to threadlocal.c. diff --git a/rpython/translator/c/src/threadlocal.c

[pypy-commit] pypy llvm-translation-backend: Fix no_links_to_startblock().

2015-03-29 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: llvm-translation-backend Changeset: r76615:7264b1d99a55 Date: 2015-03-28 15:32 +0100 http://bitbucket.org/pypy/pypy/changeset/7264b1d99a55/ Log:Fix no_links_to_startblock(). diff --git a/rpython/translator/unsimplify.py

[pypy-commit] pypy llvm-translation-backend: hg merge default

2015-03-29 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: llvm-translation-backend Changeset: r76618:2caf25f2cf22 Date: 2015-03-29 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/2caf25f2cf22/ Log:hg merge default diff too long, truncating to 2000 out of 44092 lines diff --git a/.gitignore

[pypy-commit] pypy llvm-translation-backend: Fix compatibility with LLVM 3.6 (and drop support for older versions).

2015-03-29 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: llvm-translation-backend Changeset: r76617:12306f051e3b Date: 2015-03-28 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/12306f051e3b/ Log:Fix compatibility with LLVM 3.6 (and drop support for older versions). diff --git

[pypy-commit] pypy llvm-translation-backend: hg merge default

2015-03-29 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: llvm-translation-backend Changeset: r76620:9f1f8c424c2b Date: 2015-03-29 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/9f1f8c424c2b/ Log:hg merge default diff --git a/rpython/memory/gctransform/framework.py

[pypy-commit] pypy default: Back out 994b78f6c6eb: it breaks translation.

2015-03-29 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: Changeset: r76619:31f5030575aa Date: 2015-03-29 16:00 +0200 http://bitbucket.org/pypy/pypy/changeset/31f5030575aa/ Log:Back out 994b78f6c6eb: it breaks translation. diff --git a/rpython/memory/gctransform/framework.py

[pypy-commit] pypy vmprof: merge

2015-03-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: vmprof Changeset: r76625:5110ae276a39 Date: 2015-03-29 19:34 +0200 http://bitbucket.org/pypy/pypy/changeset/5110ae276a39/ Log:merge diff --git a/rpython/bin/rpython-vmprof b/rpython/bin/rpython-vmprof --- a/rpython/bin/rpython-vmprof +++

[pypy-commit] pypy vmprof: dont inline those functions for markers

2015-03-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: vmprof Changeset: r76624:ed79ad29842d Date: 2015-03-29 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/ed79ad29842d/ Log:dont inline those functions for markers diff --git a/rpython/jit/metainterp/blackhole.py

[pypy-commit] pypy object-dtype2: remove print, for loop but still segfaults since 'length' is not a valid value

2015-03-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: object-dtype2 Changeset: r76626:b15a337adf20 Date: 2015-03-29 22:05 +0300 http://bitbucket.org/pypy/pypy/changeset/b15a337adf20/ Log:remove print, for loop but still segfaults since 'length' is not a valid value diff --git

[pypy-commit] pypy default: Improve the CollectAnalyzer to not crash when reporting a wrong '@rgc.no_collect'

2015-03-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76627:8c146378bebe Date: 2015-03-29 19:40 +0200 http://bitbucket.org/pypy/pypy/changeset/8c146378bebe/ Log:Improve the CollectAnalyzer to not crash when reporting a wrong '@rgc.no_collect' diff --git

[pypy-commit] pypy default: redo the equivalent of 994b78f6c6eb in a way that works (can't use rgc.no_collect for various reasons)

2015-03-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76628:881354657952 Date: 2015-03-29 21:30 +0200 http://bitbucket.org/pypy/pypy/changeset/881354657952/ Log:redo the equivalent of 994b78f6c6eb in a way that works (can't use rgc.no_collect for various reasons) diff --git