[pypy-commit] pypy default: Test and fix

2013-11-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r67863:bed2204ab3ba Date: 2013-11-06 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/bed2204ab3ba/ Log:Test and fix diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/optimizeopt/test/test_optimizeb

[pypy-commit] pypy default: Potential fix, or at least cleaning up

2013-11-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r67864:8ae4fae9fcc7 Date: 2013-11-06 11:10 +0100 http://bitbucket.org/pypy/pypy/changeset/8ae4fae9fcc7/ Log:Potential fix, or at least cleaning up diff --git a/rpython/jit/metainterp/optimizeopt/vstring.py b/rpython/jit/metainterp/optimizeopt/vstring.p

[pypy-commit] stmgc default: allow nesting of stm_stop_all_other_threads()-stm_partial_commit_and_resume_other_threads() pairs

2013-11-06 Thread Raemi
Author: Remi Meier Branch: Changeset: r545:28f66a5356cd Date: 2013-11-06 13:22 +0100 http://bitbucket.org/pypy/stmgc/changeset/28f66a5356cd/ Log:allow nesting of stm_stop_all_other_threads()-stm_partial_commit_and _resume_other_threads() pairs diff --git a/c4/stmsync.c b/c4/stmsync.

[pypy-commit] pypy default: (alex, arigato) ahhh, fix a bug with unrolling copystrcontent where the dst is not virtual

2013-11-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67865:03c7f7be80bb Date: 2013-11-06 09:24 -0800 http://bitbucket.org/pypy/pypy/changeset/03c7f7be80bb/ Log:(alex, arigato) ahhh, fix a bug with unrolling copystrcontent where the dst is not virtual diff --git a/rpython/jit/metainterp/optimizeo

[pypy-commit] pypy default: Stylish fix, doesn't seem to change anything

2013-11-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r67866:08b6eb67086a Date: 2013-11-06 18:40 +0100 http://bitbucket.org/pypy/pypy/changeset/08b6eb67086a/ Log:Stylish fix, doesn't seem to change anything diff --git a/rpython/jit/metainterp/optimizeopt/vstring.py b/rpython/jit/metainterp/optimizeopt/vst

[pypy-commit] stmgc default: more asserts and a just-to-be-sure change that affects performance a bit

2013-11-06 Thread Raemi
Author: Remi Meier Branch: Changeset: r546:14ac008e70a5 Date: 2013-11-06 19:49 +0100 http://bitbucket.org/pypy/stmgc/changeset/14ac008e70a5/ Log:more asserts and a just-to-be-sure change that affects performance a bit diff --git a/c4/stmsync.c b/c4/stmsync.c --- a/c4/stmsync.c +++ b

[pypy-commit] pypy stmgc-c4: Add some stop_all_other_threads sections to compile.py. May be completely

2013-11-06 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67868:002a6ee25259 Date: 2013-11-06 19:53 +0100 http://bitbucket.org/pypy/pypy/changeset/002a6ee25259/ Log:Add some stop_all_other_threads sections to compile.py. May be completely unnecessary... diff --git a/rpython/jit/metainterp/comp

[pypy-commit] pypy stmgc-c4: import stmgc that allows nesting of stop_all_other_threads()-resume_..

2013-11-06 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67867:e1fc1f6c0821 Date: 2013-11-06 19:51 +0100 http://bitbucket.org/pypy/pypy/changeset/e1fc1f6c0821/ Log:import stmgc that allows nesting of stop_all_other_threads()-resume_.. diff --git a/rpython/translator/stm/src_stm/revision b/rp

[pypy-commit] buildbot add-header-to-nightly: handle directory listings

2013-11-06 Thread mattip
Author: Matti Picus Branch: add-header-to-nightly Changeset: r878:6c6f461b0392 Date: 2013-11-06 22:53 +0200 http://bitbucket.org/pypy/buildbot/changeset/6c6f461b0392/ Log:handle directory listings diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py --- a/bot2/pypybuild