[pypy-commit] pypy default: We don't need to support Python 2.4 any more

2014-10-04 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r73777:55efd716d985 Date: 2014-10-05 02:50 +0100 http://bitbucket.org/pypy/pypy/changeset/55efd716d985/ Log:We don't need to support Python 2.4 any more diff --git a/rpython/tool/uid.py b/rpython/tool/uid.py --- a/rpython/tool/uid.py +++ b/rpython/tool/

[pypy-commit] pypy default: remove 9-year old 'temporary hack'

2014-10-04 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r73776:b28fcdbb3a97 Date: 2014-10-05 02:35 +0100 http://bitbucket.org/pypy/pypy/changeset/b28fcdbb3a97/ Log:remove 9-year old 'temporary hack' diff --git a/rpython/tool/uid.py b/rpython/tool/uid.py --- a/rpython/tool/uid.py +++ b/rpython/tool/uid.py @@

[pypy-commit] pypy var-in-Some: fix test_harmonic()

2014-10-04 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r73775:f06b2d847309 Date: 2014-10-04 20:42 +0100 http://bitbucket.org/pypy/pypy/changeset/f06b2d847309/ Log:fix test_harmonic() diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpython.py --- a/rpython/

[pypy-commit] pypy stmgc-c7: Kill the logic here too.

2014-10-04 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73771:0d85ba448840 Date: 2014-10-04 19:37 +0200 http://bitbucket.org/pypy/pypy/changeset/0d85ba448840/ Log:Kill the logic here too. diff --git a/lib_pypy/atomic.py b/lib_pypy/atomic.py --- a/lib_pypy/atomic.py +++ b/lib_pypy/atomic.py @@ -17,86

[pypy-commit] pypy stmgc-c7: Kill the now-deprecated __pypy__.thread.longest_xxx() functions

2014-10-04 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73770:9e29983c1261 Date: 2014-10-04 19:32 +0200 http://bitbucket.org/pypy/pypy/changeset/9e29983c1261/ Log:Kill the now-deprecated __pypy__.thread.longest_xxx() functions diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__in

[pypy-commit] pypy stmgc-c7: import stmgc/8f88cdb1d916

2014-10-04 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73767:d0263e2a9370 Date: 2014-10-04 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/d0263e2a9370/ Log:import stmgc/8f88cdb1d916 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] pypy stmgc-c7: Adapt the code to the new profiling API

2014-10-04 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73768:e4dcb6d27b82 Date: 2014-10-04 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/e4dcb6d27b82/ Log:Adapt the code to the new profiling API diff --git a/rpython/translator/stm/src_stm/extracode.h b/rpython/translator/stm/src_stm/extraco

[pypy-commit] pypy stmgc-c7: import stmgc/57b388129192

2014-10-04 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73769:b6a8998e5276 Date: 2014-10-04 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/b6a8998e5276/ Log:import stmgc/57b388129192 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] stmgc c7-full-profiling: hg merge default

2014-10-04 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1452:ddf145dd0a56 Date: 2014-10-04 18:10 +0200 http://bitbucket.org/pypy/stmgc/changeset/ddf145dd0a56/ Log:hg merge default diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c --- a/c7/demo/demo2.c +++ b/c7/demo/demo2.c @@ -296,10 +296,16 @

[pypy-commit] stmgc c7-full-profiling: Fix the failure shown by demo2.c

2014-10-04 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1453:57b388129192 Date: 2014-10-04 18:17 +0200 http://bitbucket.org/pypy/stmgc/changeset/57b388129192/ Log:Fix the failure shown by demo2.c diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -398,8 +3

[pypy-commit] stmgc default: check that we can use stm_start_inevitable_transaction() without

2014-10-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1451:4210e49aad58 Date: 2014-10-04 18:10 +0200 http://bitbucket.org/pypy/stmgc/changeset/4210e49aad58/ Log:check that we can use stm_start_inevitable_transaction() without any rjbuf on the stack diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c --

[pypy-commit] stmgc c7-full-profiling: Write the full to-disk profiling support here too

2014-10-04 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1450:8f88cdb1d916 Date: 2014-10-04 17:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/8f88cdb1d916/ Log:Write the full to-disk profiling support here too diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c --- a/c7/stm/forksupp

[pypy-commit] stmgc c7-full-profiling: Kill test_timing now

2014-10-04 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1449:e51fea16a737 Date: 2014-10-04 15:46 +0200 http://bitbucket.org/pypy/stmgc/changeset/e51fea16a737/ Log:Kill test_timing now diff --git a/c7/test/test_marker.py b/c7/test/test_marker.py --- a/c7/test/test_marker.py +++ b/c7/test/tes

[pypy-commit] stmgc c7-full-profiling: Fix marker tests

2014-10-04 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1448:3bb5d6edf0ca Date: 2014-10-04 15:33 +0200 http://bitbucket.org/pypy/stmgc/changeset/3bb5d6edf0ca/ Log:Fix marker tests diff --git a/c7/test/support.py b/c7/test/support.py --- a/c7/test/support.py +++ b/c7/test/support.py @@ -146,

[pypy-commit] stmgc c7-full-profiling: fix: was missing the stm_rewind_jmp_setjmp() call

2014-10-04 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1447:bcba608bf644 Date: 2014-10-04 14:58 +0200 http://bitbucket.org/pypy/stmgc/changeset/bcba608bf644/ Log:fix: was missing the stm_rewind_jmp_setjmp() call diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/co

[pypy-commit] stmgc c7-full-profiling: Fix demo2.c

2014-10-04 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1446:40660c139f6a Date: 2014-10-04 14:47 +0200 http://bitbucket.org/pypy/stmgc/changeset/40660c139f6a/ Log:Fix demo2.c diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c --- a/c7/demo/demo2.c +++ b/c7/demo/demo2.c @@ -3,6 +3,7 @@ #include

[pypy-commit] stmgc c7-full-profiling: Tests start to pass again

2014-10-04 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1445:4efd6b7175db Date: 2014-10-04 14:15 +0200 http://bitbucket.org/pypy/stmgc/changeset/4efd6b7175db/ Log:Tests start to pass again diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contenti

[pypy-commit] stmgc c7-full-profiling: in-progress

2014-10-04 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1444:233e7fec61ee Date: 2014-10-04 14:06 +0200 http://bitbucket.org/pypy/stmgc/changeset/233e7fec61ee/ Log:in-progress diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c @@ -3,34