[pypy-commit] pypy default: Add the Win64 plan in the back of my mind.

2013-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r66274:422233ea1b89 Date: 2013-08-21 09:40 +0200 http://bitbucket.org/pypy/pypy/changeset/422233ea1b89/ Log:Add the Win64 plan in the back of my mind. diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/win

[pypy-commit] pypy default: Mention early work (hi Christian)

2013-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r66275:bc66a4bf350e Date: 2013-08-21 09:45 +0200 http://bitbucket.org/pypy/pypy/changeset/bc66a4bf350e/ Log:Mention early work (hi Christian) diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst

[pypy-commit] pypy default: Two new SSE 4 instructions

2013-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r66276:8de0c4e1a787 Date: 2013-08-21 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/8de0c4e1a787/ Log:Two new SSE 4 instructions diff --git a/rpython/translator/c/gcc/trackgcroot.py b/rpython/translator/c/gcc/trackgcroot.py --- a/rpython/translat

[pypy-commit] pypy stmgc-static-barrier: Add a XXX about that case

2013-08-21 Thread arigo
Author: Armin Rigo Branch: stmgc-static-barrier Changeset: r66277:a4d5e4fccf79 Date: 2013-08-21 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/a4d5e4fccf79/ Log:Add a XXX about that case diff --git a/rpython/translator/stm/writebarrier.py b/rpython/translator/stm/writebarrier.py --- a

[pypy-commit] pypy default: Develop and use other potential ideas

2013-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r66278:c6dd660901e1 Date: 2013-08-21 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/c6dd660901e1/ Log:Develop and use other potential ideas diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.

[pypy-commit] pypy default: Add a note.

2013-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r66279:1d3e8ab7f4dd Date: 2013-08-21 13:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1d3e8ab7f4dd/ Log:Add a note. diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -294,6 +294,10 @@

[pypy-commit] pypy refactor-str-types: Fix comparison of W_BytesObject with W_StringBufferObject.

2013-08-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r66281:a25bcb6612ef Date: 2013-08-21 15:55 +0200 http://bitbucket.org/pypy/pypy/changeset/a25bcb6612ef/ Log:Fix comparison of W_BytesObject with W_StringBufferObject. diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/b

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

2013-08-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r66280:8360b8f1a263 Date: 2013-08-21 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/8360b8f1a263/ Log:Fix. diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/bytesobject.py +

[pypy-commit] pypy optmodel-refactor: Progress on building new sort of bytecode - intermediate checkin (I just

2013-08-21 Thread fijal
Author: Maciej Fijalkowski Branch: optmodel-refactor Changeset: r66282:597c1b69f100 Date: 2013-08-21 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/597c1b69f100/ Log:Progress on building new sort of bytecode - intermediate checkin (I just need a point of reference) diff --git a

[pypy-commit] pypy gc-del-2: in-progress

2013-08-21 Thread arigo
Author: Armin Rigo Branch: gc-del-2 Changeset: r66283:c37e00e43d40 Date: 2013-08-21 19:04 +0200 http://bitbucket.org/pypy/pypy/changeset/c37e00e43d40/ Log:in-progress diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py --- a/rpython/memory/gc/minimark.py +++ b/rpython/

[pypy-commit] pypy incremental-gc: added some failing tests

2013-08-21 Thread andrewchambers
Author: Andrew Chambers Branch: incremental-gc Changeset: r66284:74b07286c87d Date: 2013-08-22 13:35 +1200 http://bitbucket.org/pypy/pypy/changeset/74b07286c87d/ Log:added some failing tests diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory