[pypy-commit] stmgc default: add TODOs

2015-03-11 Thread Raemi
Author: Remi Meier Branch: Changeset: r1714:9328d529308b Date: 2015-03-11 10:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/9328d529308b/ Log:add TODOs diff --git a/c8/TODO b/c8/TODO new file mode 100644 --- /dev/null +++ b/c8/TODO @@ -0,0 +1,30 @@ + +- improve sync of small objs on com

[pypy-commit] pypy stmgc-c8: update TODO

2015-03-11 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r76318:0cbb11adcde0 Date: 2015-03-11 10:19 +0100 http://bitbucket.org/pypy/pypy/changeset/0cbb11adcde0/ Log:update TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,8 +1,18 @@ +

[pypy-commit] pypy stmgc-c8: Merge

2015-03-11 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r76320:c8ea66315864 Date: 2015-03-11 10:23 +0100 http://bitbucket.org/pypy/pypy/changeset/c8ea66315864/ Log:Merge diff --git a/pypy/stm/print_stm_log.py b/pypy/stm/print_stm_log.py --- a/pypy/stm/print_stm_log.py +++ b/pypy/stm/print_stm_log.py

[pypy-commit] stmgc c8-hashtable: We only need one privatization lock at once

2015-03-11 Thread arigo
Author: Armin Rigo Branch: c8-hashtable Changeset: r1715:781a83c7d30f Date: 2015-03-11 10:24 +0100 http://bitbucket.org/pypy/stmgc/changeset/781a83c7d30f/ Log:We only need one privatization lock at once diff --git a/c8/stm/gcpage.c b/c8/stm/gcpage.c --- a/c8/stm/gcpage.c +++ b/c8/stm/gcpage.

[pypy-commit] pypy stmgc-c8: add some skipped tests to test_inevitable that we should look at when optimizing

2015-03-11 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r76319:eb7c50e04cca Date: 2015-03-11 10:22 +0100 http://bitbucket.org/pypy/pypy/changeset/eb7c50e04cca/ Log:add some skipped tests to test_inevitable that we should look at when optimizing the placement of become_inevitable diff --git a/

[pypy-commit] stmgc c8-hashtable: fix (thanks Remi)

2015-03-11 Thread arigo
Author: Armin Rigo Branch: c8-hashtable Changeset: r1716:e67451e5794e Date: 2015-03-11 10:28 +0100 http://bitbucket.org/pypy/stmgc/changeset/e67451e5794e/ Log:fix (thanks Remi) diff --git a/c8/stm/gcpage.c b/c8/stm/gcpage.c --- a/c8/stm/gcpage.c +++ b/c8/stm/gcpage.c @@ -147,7 +147,7 @@

[pypy-commit] stmgc c8-hashtable: Initialize the stm_flags of the copies too (by copying the seg0

2015-03-11 Thread arigo
Author: Armin Rigo Branch: c8-hashtable Changeset: r1717:9099a4a94924 Date: 2015-03-11 10:37 +0100 http://bitbucket.org/pypy/stmgc/changeset/9099a4a94924/ Log:Initialize the stm_flags of the copies too (by copying the seg0 version) (thanks Remi) diff --git a/c8/stm/gcpage.c b/c8/stm/

[pypy-commit] pypy default: merge

2015-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r76323:48dadfa8f69e Date: 2015-03-11 12:31 +0200 http://bitbucket.org/pypy/pypy/changeset/48dadfa8f69e/ Log:merge diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b/lib_pypy/cffi.egg-info @@ -1,6 +1,6

[pypy-commit] pypy default: free the array only if it was initialized

2015-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r76321:a280f6ad333c Date: 2015-03-11 12:27 +0200 http://bitbucket.org/pypy/pypy/changeset/a280f6ad333c/ Log:free the array only if it was initialized diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/

[pypy-commit] pypy default: merge

2015-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r76322:98040ad7de44 Date: 2015-03-11 12:28 +0200 http://bitbucket.org/pypy/pypy/changeset/98040ad7de44/ Log:merge diff too long, truncating to 2000 out of 3245 lines diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cf

[pypy-commit] pypy default: (arigo, fijal) free(NULL) should work and not do anything

2015-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r76324:96a3f1b070d8 Date: 2015-03-11 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/96a3f1b070d8/ Log:(arigo, fijal) free(NULL) should work and not do anything diff --git a/rpython/translator/c/src/mem.c b/rpython/translator/c/src/mem.c --

[pypy-commit] pypy default: Merged in aachurin/pypy (pull request #309)

2015-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r76326:6181ecf3eb79 Date: 2015-03-11 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/6181ecf3eb79/ Log:Merged in aachurin/pypy (pull request #309) 'property' for rpython diff --git a/rpython/annotator/bookkeeper.py b/rpython/annota

[pypy-commit] pypy default: # python 'property' for rpython

2015-03-11 Thread aachurin
Author: Andrey Churin Branch: Changeset: r76325:8c6cd439d1d1 Date: 2015-03-11 14:13 +0300 http://bitbucket.org/pypy/pypy/changeset/8c6cd439d1d1/ Log:# python 'property' for rpython diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator/bookkee

[pypy-commit] pypy vmprof: tweaks

2015-03-11 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r76327:847458219f4d Date: 2015-03-11 15:01 +0100 http://bitbucket.org/pypy/pypy/changeset/847458219f4d/ Log:tweaks diff --git a/rpython/jit/backend/llsupport/codemap.py b/rpython/jit/backend/llsupport/codemap.py --- a/rpython/jit/backend/llsuppor

[pypy-commit] pypy.org extradoc: update the values

2015-03-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r580:6e79f3d0571c Date: 2015-03-11 16:06 +0100 http://bitbucket.org/pypy/pypy.org/changeset/6e79f3d0571c/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $58892 of $105000 (

[pypy-commit] pypy optresult: some cheap edits to get to 100 passed tests (metrics, metrics, metrics)

2015-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76329:cc7eab561500 Date: 2015-03-11 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/cc7eab561500/ Log:some cheap edits to get to 100 passed tests (metrics, metrics, metrics) diff --git a/rpython/jit/metainterp/optimizeopt/

[pypy-commit] pypy optresult: make the fisrt heapcache test pass

2015-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76328:9b36048a749a Date: 2015-03-11 17:05 +0200 http://bitbucket.org/pypy/pypy/changeset/9b36048a749a/ Log:make the fisrt heapcache test pass diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py -

[pypy-commit] pypy optresult: a bit more of easy hacking

2015-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76330:ae0ec245d6ea Date: 2015-03-11 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ae0ec245d6ea/ Log:a bit more of easy hacking diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimizeopt/in

[pypy-commit] pypy default: Regularise implementations of FOR_ITER and op.next

2015-03-11 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76331:dd46b08a538f Date: 2015-03-11 03:19 + http://bitbucket.org/pypy/pypy/changeset/dd46b08a538f/ Log:Regularise implementations of FOR_ITER and op.next diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpython

[pypy-commit] pypy vmprof: Add a skiplist implementation

2015-03-11 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r76332:4c96d8444ca3 Date: 2015-03-11 19:58 +0100 http://bitbucket.org/pypy/pypy/changeset/4c96d8444ca3/ Log:Add a skiplist implementation diff --git a/rpython/jit/backend/llsupport/src/skiplist.c b/rpython/jit/backend/llsupport/src/skiplist.c new

[pypy-commit] pypy vmprof: in-progress

2015-03-11 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r76333:17b356ba6aa7 Date: 2015-03-11 20:30 +0100 http://bitbucket.org/pypy/pypy/changeset/17b356ba6aa7/ Log:in-progress diff --git a/pypy/module/_vmprof/src/get_custom_offset.c b/pypy/module/_vmprof/src/get_custom_offset.c --- a/pypy/module/_vmpr

[pypy-commit] pypy vmprof: more in-progress

2015-03-11 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r76334:0caa9fafbe64 Date: 2015-03-11 20:49 +0100 http://bitbucket.org/pypy/pypy/changeset/0caa9fafbe64/ Log:more in-progress diff --git a/rpython/jit/backend/llsupport/codemap.py b/rpython/jit/backend/llsupport/codemap.py --- a/rpython/jit/backen

[pypy-commit] pypy release-2.5.x: fix typo (rguillebert), add links

2015-03-11 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r76335:c38583015ef8 Date: 2015-03-11 22:45 +0200 http://bitbucket.org/pypy/pypy/changeset/c38583015ef8/ Log:fix typo (rguillebert), add links diff --git a/pypy/doc/release-2.5.1.rst b/pypy/doc/release-2.5.1.rst --- a/pypy/doc/release-2.5.1.rst

[pypy-commit] pypy default: Update these two links which were pointing to the old bug tracker.

2015-03-11 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r76337:0b9db7400f8b Date: 2015-03-12 01:12 +0100 http://bitbucket.org/pypy/pypy/changeset/0b9db7400f8b/ Log:Update these two links which were pointing to the old bug tracker. diff --git a/rpython/doc/arm.rst b/rpython/doc/arm.rst --- a/rpython/doc/arm