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

2014-01-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r68676:a6fecf78f85c Date: 2014-01-14 17:15 +0100 http://bitbucket.org/pypy/pypy/changeset/a6fecf78f85c/ Log:hg merge default diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py +++

[pypy-commit] extradoc extradoc: planning for today

2014-01-15 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5131:70dc63c3ff08 Date: 2014-01-15 10:02 +0100 http://bitbucket.org/pypy/extradoc/changeset/70dc63c3ff08/ Log:planning for today diff --git a/sprintinfo/leysin-winter-2014/planning.txt b/sprintinfo/leysin-winter-2014/planning.txt --- a/sprin

[pypy-commit] stmgc c7: tests

2014-01-15 Thread Raemi
Author: Remi Meier Branch: c7 Changeset: r611:8a471acbcc36 Date: 2014-01-15 10:22 +0100 http://bitbucket.org/pypy/stmgc/changeset/8a471acbcc36/ Log:tests diff --git a/c7/test/support.py b/c7/test/support.py --- a/c7/test/support.py +++ b/c7/test/support.py @@ -88,25 +88,30 @@ return lib

[pypy-commit] stmgc c7: try introducing safe-points

2014-01-15 Thread Raemi
Author: Remi Meier Branch: c7 Changeset: r612:53b7a774625c Date: 2014-01-15 11:56 +0100 http://bitbucket.org/pypy/stmgc/changeset/53b7a774625c/ Log:try introducing safe-points diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -8,6 +8,7 @@ #include #include #include

[pypy-commit] pypy stmgc-c4: remove the forcing of virtualizables when we remove the stm_transaction_break

2014-01-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r68677:7a522e1c61ab Date: 2014-01-15 13:45 +0100 http://bitbucket.org/pypy/pypy/changeset/7a522e1c61ab/ Log:remove the forcing of virtualizables when we remove the stm_transaction_break diff --git a/rpython/jit/metainterp/optimizeopt/stm

[pypy-commit] pypy stmgc-c4: also define flush() to maybe be more robust

2014-01-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r68678:9af6ff8ea976 Date: 2014-01-15 14:08 +0100 http://bitbucket.org/pypy/pypy/changeset/9af6ff8ea976/ Log:also define flush() to maybe be more robust diff --git a/rpython/jit/metainterp/optimizeopt/stm.py b/rpython/jit/metainterp/optimizeopt/

[pypy-commit] pypy stmgc-c4: more correct removal of force_tokens and setfields

2014-01-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r68679:931e649743aa Date: 2014-01-15 14:20 +0100 http://bitbucket.org/pypy/pypy/changeset/931e649743aa/ Log:more correct removal of force_tokens and setfields diff --git a/rpython/jit/metainterp/optimizeopt/stm.py b/rpython/jit/metainterp/optim

[pypy-commit] pypy default: merge heads

2014-01-15 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r68681:ce6ebed2b074 Date: 2014-01-15 14:23 +0100 http://bitbucket.org/pypy/pypy/changeset/ce6ebed2b074/ Log:merge heads diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py --- a/pypy/goal/getnightly.py +++ b/pypy/goal/getnightly.py @@ -26,7

[pypy-commit] pypy default: add the possibility to download -notjit versions

2014-01-15 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r68680:6e4d0f5f1039 Date: 2014-01-15 14:16 +0100 http://bitbucket.org/pypy/pypy/changeset/6e4d0f5f1039/ Log:add the possibility to download -notjit versions diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py --- a/pypy/goal/getnightly.py +

[pypy-commit] pypy stmgc-c4: updated comment

2014-01-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r68682:f8476923f8b9 Date: 2014-01-15 14:32 +0100 http://bitbucket.org/pypy/pypy/changeset/f8476923f8b9/ Log:updated comment diff --git a/rpython/jit/metainterp/optimizeopt/stm.py b/rpython/jit/metainterp/optimizeopt/stm.py --- a/rpython/jit/met

[pypy-commit] pypy default: add the --lldebug0 option, which is like lldebug but in addition compiles C files with -O0, useful when gdb keeps on saying '' when you want to look at a var

2014-01-15 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r68683:4987a52c6a7b Date: 2014-01-15 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/4987a52c6a7b/ Log:add the --lldebug0 option, which is like lldebug but in addition compiles C files with -O0, useful when gdb keeps on saying '' w

[pypy-commit] pypy refactor-str-types: hg merge default

2014-01-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r68684:0dcdafb5d639 Date: 2014-01-15 13:59 +0100 http://bitbucket.org/pypy/pypy/changeset/0dcdafb5d639/ Log:hg merge default diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py +++ b/lib_

[pypy-commit] pypy refactor-str-types: Add failing test.

2014-01-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r68685:5625a1371090 Date: 2014-01-15 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/5625a1371090/ Log:Add failing test. diff --git a/pypy/objspace/std/test/test_bytearrayobject.py b/pypy/objspace/std/test/test_bytearrayobject.p

[pypy-commit] pypy default: Don't allow mixing of SomeChar and SomeUnicodeCodePoint.

2014-01-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68686:61380dc9c4fb Date: 2014-01-15 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/61380dc9c4fb/ Log:Don't allow mixing of SomeChar and SomeUnicodeCodePoint. diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/rpytho

[pypy-commit] pypy refactor-str-types: hg merge default

2014-01-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r68687:eb520c9ebbd8 Date: 2014-01-15 18:50 +0100 http://bitbucket.org/pypy/pypy/changeset/eb520c9ebbd8/ Log:hg merge default diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py --- a/pypy/goal/getnightly.py +++ b/pypy/goal/

[pypy-commit] pypy refactor-str-types: (antocuni, mjacob, arigo): we need to specialize _isspace too, else 'char' is promoted to unicode and we always hit the unicode path

2014-01-15 Thread antocuni
Author: Antonio Cuni Branch: refactor-str-types Changeset: r68688:4316d9dd77e0 Date: 2014-01-15 18:46 +0100 http://bitbucket.org/pypy/pypy/changeset/4316d9dd77e0/ Log:(antocuni, mjacob, arigo): we need to specialize _isspace too, else 'char' is promoted to unicode and we always hit th

[pypy-commit] pypy default: Backed out changeset 61380dc9c4fb

2014-01-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68689:14ff99b7167b Date: 2014-01-15 21:14 +0100 http://bitbucket.org/pypy/pypy/changeset/14ff99b7167b/ Log:Backed out changeset 61380dc9c4fb diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/rpython/annotator/binaryop.py

[pypy-commit] pypy stmgc-c4: completeness

2014-01-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r68690:756ea867e0d1 Date: 2014-01-15 21:48 +0100 http://bitbucket.org/pypy/pypy/changeset/756ea867e0d1/ Log:completeness diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py --- a/rpython/rlib/rstm.py +++ b/rpython/rlib/rstm.py @@ -95,6 +95,

[pypy-commit] pypy stmgc-c4: fix some stmrewrite things (mostly tests)

2014-01-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r68691:d2b0b0428c8c Date: 2014-01-15 22:20 +0100 http://bitbucket.org/pypy/pypy/changeset/d2b0b0428c8c/ Log:fix some stmrewrite things (mostly tests) diff --git a/rpython/jit/backend/llsupport/stmrewrite.py b/rpython/jit/backend/llsupport/stmre