[pypy-commit] stmgc c7: performance: not always do a safe-point in stm_allocate() (still missing a way to request it though)

2014-02-05 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r701:4313bc715c7e Date: 2014-02-05 09:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/4313bc715c7e/ Log:performance: not always do a safe-point in stm_allocate() (still missing a way to request it though) diff --git a/c7/nursery.c b/c7/nurse

[pypy-commit] lang-smalltalk default: add shebang to targets

2014-02-05 Thread krono
Author: Tobias Pape Branch: Changeset: r594:63f6f3f9b38f Date: 2014-02-05 09:59 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/63f6f3f9b38f/ Log:add shebang to targets diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py old mode 100644 new mode 100755 ---

[pypy-commit] stmgc c7: simple n-queens demo for duhton

2014-02-05 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r702:ff1022e19989 Date: 2014-02-05 10:57 +0100 http://bitbucket.org/pypy/stmgc/changeset/ff1022e19989/ Log:simple n-queens demo for duhton diff --git a/duhton/demo/nqueens.duh b/duhton/demo/nqueens.duh new file mode 100644 --- /dev/null +++ b/duhton/de

[pypy-commit] stmgc c7: fix missing read-barrier in duhton

2014-02-05 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r704:679c5904557a Date: 2014-02-05 13:48 +0100 http://bitbucket.org/pypy/stmgc/changeset/679c5904557a/ Log:fix missing read-barrier in duhton diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -124,6 +124,7 @@ uintptr_t lock_idx

[pypy-commit] stmgc c7: add parallel version of n-queens

2014-02-05 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r703:852f9a4772d4 Date: 2014-02-05 13:02 +0100 http://bitbucket.org/pypy/stmgc/changeset/852f9a4772d4/ Log:add parallel version of n-queens diff --git a/duhton/demo/nqueens.duh b/duhton/demo/nqueens.duh --- a/duhton/demo/nqueens.duh +++ b/duhton/demo/n

[pypy-commit] stmgc c7: implement requesting of safe-points and older-transaction-succeeds in write-write conflicts

2014-02-05 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r705:d7f5d26b082d Date: 2014-02-05 14:52 +0100 http://bitbucket.org/pypy/stmgc/changeset/d7f5d26b082d/ Log:implement requesting of safe-points and older-transaction-succeeds in write-write conflicts diff --git a/c7/core.c b/c7/core.c --- a/c7/c

[pypy-commit] pypy precompiled-headers: percolate keword changes to darwin

2014-02-05 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69083:8ceff85c1482 Date: 2014-02-05 22:26 +0200 http://bitbucket.org/pypy/pypy/changeset/8ceff85c1482/ Log:percolate keword changes to darwin diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.p

[pypy-commit] pypy precompiled-headers: copy seperate_module_files even when no makefile is used

2014-02-05 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69082:8c1b2356d7bd Date: 2014-02-05 22:01 +0200 http://bitbucket.org/pypy/pypy/changeset/8c1b2356d7bd/ Log:copy seperate_module_files even when no makefile is used diff --git a/rpython/translator/c/dlltool.py b/rpython/translator/c/

[pypy-commit] pypy precompiled-headers: implement for posix, fix test for posix and pep8 cleanup

2014-02-05 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69084:7fb7c9228605 Date: 2014-02-05 23:38 +0200 http://bitbucket.org/pypy/pypy/changeset/7fb7c9228605/ Log:implement for posix, fix test for posix and pep8 cleanup diff --git a/rpython/translator/platform/posix.py b/rpython/transla

[pypy-commit] pypy default: get source information for UnionErrors arising from non-RPython PBCs (such as ['a', 1])

2014-02-05 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r69085:437833a4447c Date: 2014-02-06 01:16 + http://bitbucket.org/pypy/pypy/changeset/437833a4447c/ Log:get source information for UnionErrors arising from non-RPython PBCs (such as ['a', 1]) diff --git a/rpython/annotator/annrpython.py b/rp

[pypy-commit] pypy precompiled-headers: precompiled headers define _GNU_SOURCE

2014-02-05 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69086:4853ab8f1bf9 Date: 2014-02-06 06:03 +0200 http://bitbucket.org/pypy/pypy/changeset/4853ab8f1bf9/ Log:precompiled headers define _GNU_SOURCE diff --git a/rpython/translator/c/src/profiling.c b/rpython/translator/c/src/profilin