[pypy-commit] pypy stmgc-static-barrier: Fix the test

2013-08-17 Thread arigo
Author: Armin Rigo Branch: stmgc-static-barrier Changeset: r66177:cb4cc9552a90 Date: 2013-08-17 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/cb4cc9552a90/ Log:Fix the test diff --git a/rpython/translator/stm/writebarrier.py b/rpython/translator/stm/writebarrier.py --- a/rpython/tran

[pypy-commit] pypy stmgc-static-barrier: Test failing because of the XXX in writebarrier.py

2013-08-17 Thread arigo
Author: Armin Rigo Branch: stmgc-static-barrier Changeset: r66176:38cddaeaa1c3 Date: 2013-08-17 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/38cddaeaa1c3/ Log:Test failing because of the XXX in writebarrier.py diff --git a/rpython/translator/stm/test/test_writebarrier.py b/rpython/t

[pypy-commit] pypy stmgc-static-barrier: Add a test that actually shows that GCREFs work, even if slightly

2013-08-17 Thread arigo
Author: Armin Rigo Branch: stmgc-static-barrier Changeset: r66178:274f8205ec11 Date: 2013-08-17 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/274f8205ec11/ Log:Add a test that actually shows that GCREFs work, even if slightly inefficiently --- which is probably fine. diff --gi

[pypy-commit] pypy default: Fix some more tests

2013-08-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r66180:3e3517a45321 Date: 2013-08-17 12:02 +0200 http://bitbucket.org/pypy/pypy/changeset/3e3517a45321/ Log:Fix some more tests diff --git a/rpython/jit/backend/llsupport/test/test_gc.py b/rpython/jit/backend/llsupport/test/test_gc.py --- a/rpython/jit

[pypy-commit] pypy default: Change COND_CALL_GC_WB to not take as argument the new pointer value,

2013-08-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r66179:d3f189146d50 Date: 2013-08-17 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/d3f189146d50/ Log:Change COND_CALL_GC_WB to not take as argument the new pointer value, but only the target object. The backends don't use this anyw

[pypy-commit] pypy optmodel-refactor: start refactoring optimizeopt

2013-08-17 Thread fijal
Author: Maciej Fijalkowski Branch: optmodel-refactor Changeset: r66181:775cba7b3be1 Date: 2013-08-15 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/775cba7b3be1/ Log:start refactoring optimizeopt diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimize

[pypy-commit] pypy rewritten-loop-logging: Enable rewritten loop to be dumped

2013-08-17 Thread fijal
Author: Maciej Fijalkowski Branch: rewritten-loop-logging Changeset: r66182:b2ed08e955d9 Date: 2013-08-17 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/b2ed08e955d9/ Log:Enable rewritten loop to be dumped diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/ass

[pypy-commit] pypy refactor-str-types: Fix strbufobject.

2013-08-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r66183:ef7c9156078a Date: 2013-08-17 16:59 +0200 http://bitbucket.org/pypy/pypy/changeset/ef7c9156078a/ Log:Fix strbufobject. diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/byt

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

2013-08-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r66184:ee8c9667c732 Date: 2013-08-17 17:05 +0200 http://bitbucket.org/pypy/pypy/changeset/ee8c9667c732/ Log:hg merge default diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -83

[pypy-commit] pypy rewritten-loop-logging: enable logging on arm

2013-08-17 Thread fijal
Author: Maciej Fijalkowski Branch: rewritten-loop-logging Changeset: r66185:a5e75268576e Date: 2013-08-17 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/a5e75268576e/ Log:enable logging on arm diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py ---

[pypy-commit] pypy rewritten-loop-logging: Fix the tests

2013-08-17 Thread fijal
Author: Maciej Fijalkowski Branch: rewritten-loop-logging Changeset: r66186:87cf0e737036 Date: 2013-08-17 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/87cf0e737036/ Log:Fix the tests diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backend/llsuppo

[pypy-commit] pypy rewritten-loop-logging: fix arm tests

2013-08-17 Thread fijal
Author: Maciej Fijalkowski Branch: rewritten-loop-logging Changeset: r66187:dcc329cbd387 Date: 2013-08-17 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/dcc329cbd387/ Log:fix arm tests diff --git a/rpython/jit/backend/arm/test/test_regalloc2.py b/rpython/jit/backend/arm/test/test_rega

[pypy-commit] pypy default: merge default

2013-08-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r66189:b5fe11be23c0 Date: 2013-08-17 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/b5fe11be23c0/ Log:merge default diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/rpython/jit/backend

[pypy-commit] pypy default: Try harder to find the correct category in jitviewer

2013-08-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r66188:427b988a53bc Date: 2013-08-17 17:59 +0200 http://bitbucket.org/pypy/pypy/changeset/427b988a53bc/ Log:Try harder to find the correct category in jitviewer diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py ---