[pypy-commit] stmgc c8-small-uniform: more debugging

2014-11-13 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: c8-small-uniform Changeset: r1509:380ee5886e6b Date: 2014-11-13 10:08 +0100 http://bitbucket.org/pypy/stmgc/changeset/380ee5886e6b/ Log:more debugging diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -35,6

[pypy-commit] pypy default: Test and fix

2014-11-13 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74497:f175883d10c1 Date: 2014-11-13 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/f175883d10c1/ Log:Test and fix diff --git a/pypy/objspace/std/strbufobject.py b/pypy/objspace/std/strbufobject.py ---

[pypy-commit] pypy recursion_and_inlining: Unroll a (customisable) fixed number of iterations of recursive functions.

2014-11-13 Thread ltratt
Author: Laurence Tratt lau...@tratt.net Branch: recursion_and_inlining Changeset: r74498:2fa67aa20eea Date: 2014-11-13 10:53 + http://bitbucket.org/pypy/pypy/changeset/2fa67aa20eea/ Log:Unroll a (customisable) fixed number of iterations of recursive functions. In essence,

[pypy-commit] pypy optresult: small progres

2014-11-13 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r74503:4fe0a963f8a3 Date: 2014-11-13 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/4fe0a963f8a3/ Log:small progres diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py ---

[pypy-commit] pypy optresult: merge default

2014-11-13 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r74504:25a2e8817653 Date: 2014-11-13 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/25a2e8817653/ Log:merge default diff --git a/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c

[pypy-commit] pypy optresult: hack oparser to pass it's own tests. Don't care about the obscure features for now

2014-11-13 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r74501:82186084fb67 Date: 2014-11-12 14:24 +0200 http://bitbucket.org/pypy/pypy/changeset/82186084fb67/ Log:hack oparser to pass it's own tests. Don't care about the obscure features for now diff --git

[pypy-commit] pypy optresult: hack enough to import optimizeopt tests

2014-11-13 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult Changeset: r74500:64caf45b4229 Date: 2014-11-12 13:54 +0200 http://bitbucket.org/pypy/pypy/changeset/64caf45b4229/ Log:hack enough to import optimizeopt tests diff --git a/rpython/jit/metainterp/executor.py

[pypy-commit] lang-smalltalk rstrategies: Changed --help output.

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: rstrategies Changeset: r1064:11d2244a8410 Date: 2014-11-13 15:48 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/11d2244a8410/ Log:Changed --help output. diff --git a/targetimageloadingsmalltalk.py

[pypy-commit] lang-smalltalk rstrategies: Changed comment

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: rstrategies Changeset: r1062:f1e3b1f904d8 Date: 2014-11-13 15:12 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/f1e3b1f904d8/ Log:Changed comment diff --git a/rstrategies.py b/rstrategies.py --- a/rstrategies.py +++

[pypy-commit] lang-smalltalk default: Changed README to windows line endings.

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: Changeset: r1068:88a77f712b8d Date: 2014-11-13 15:51 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/88a77f712b8d/ Log:Changed README to windows line endings. diff --git a/README.md b/README.md --- a/README.md +++

[pypy-commit] lang-smalltalk default: Merged rstrategies.

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: Changeset: r1067:e43179221228 Date: 2014-11-13 15:49 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/e43179221228/ Log:Merged rstrategies. diff too long, truncating to 2000 out of 757036 lines diff --git a/.hgignore

[pypy-commit] lang-smalltalk strategies-allocRemoval: closed

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: strategies-allocRemoval Changeset: r1065:87fb3f5ce164 Date: 2014-07-28 10:26 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/87fb3f5ce164/ Log:closed ___ pypy-commit mailing list

[pypy-commit] pypy default: merge heads

2014-11-13 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74507:b8aadbe8980b Date: 2014-11-13 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/b8aadbe8980b/ Log:merge heads diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++

[pypy-commit] pypy default: We must also add -fPIC here (building --shared with shadowstack)

2014-11-13 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74505:66fa58469820 Date: 2014-11-13 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/66fa58469820/ Log:We must also add -fPIC here (building --shared with shadowstack) diff --git a/rpython/translator/c/genc.py

[pypy-commit] pypy stmgc-c7: We must also add -fPIC here (building --shared with shadowstack)

2014-11-13 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r74506:a923842ee580 Date: 2014-11-13 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/a923842ee580/ Log:We must also add -fPIC here (building --shared with shadowstack) diff --git a/rpython/translator/c/genc.py

[pypy-commit] lang-smalltalk default: Trying to fixed README lists.

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: Changeset: r1071:2a99a4827c84 Date: 2014-11-13 16:02 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/2a99a4827c84/ Log:Trying to fixed README lists. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@

[pypy-commit] lang-smalltalk default: Unix line endings.

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: Changeset: r1070:7733e8653fd8 Date: 2014-11-13 15:56 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/7733e8653fd8/ Log:Unix line endings. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,89 +1,89 @@

[pypy-commit] pypy kill-rctime: Close branch about to be closed

2014-11-13 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: kill-rctime Changeset: r74509:3c0cf064f9c4 Date: 2014-11-13 22:28 +0100 http://bitbucket.org/pypy/pypy/changeset/3c0cf064f9c4/ Log:Close branch about to be closed diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: Merge branch kill-rctime: finally rename pypy/module/rctime to pypy/module/time.

2014-11-13 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r74510:e9494abc8143 Date: 2014-11-13 22:34 +0100 http://bitbucket.org/pypy/pypy/changeset/e9494abc8143/ Log:Merge branch kill-rctime: finally rename pypy/module/rctime to pypy/module/time. The 'rc' prefix

[pypy-commit] pypy default: Don't know whether these modules actually work on sunos5, but the excuse 'depends on ctypes' does not stand anymore.

2014-11-13 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r74511:c611645f2e73 Date: 2014-11-13 22:36 +0100 http://bitbucket.org/pypy/pypy/changeset/c611645f2e73/ Log:Don't know whether these modules actually work on sunos5, but the excuse 'depends on ctypes' does not stand

[pypy-commit] pypy default: (amaury, alex) Remove some now-pointless code since rctime is dead.

2014-11-13 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r74512:a4894448b138 Date: 2014-11-13 14:26 -0800 http://bitbucket.org/pypy/pypy/changeset/a4894448b138/ Log:(amaury, alex) Remove some now-pointless code since rctime is dead. diff --git a/pypy/tool/pytest/objspace.py

[pypy-commit] pypy stmgc-c7: fix

2014-11-13 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r74513:6371061c0bca Date: 2014-11-13 23:59 +0100 http://bitbucket.org/pypy/pypy/changeset/6371061c0bca/ Log:fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py ---

[pypy-commit] pypy ssa-flow: create remove_trivial_links(): the SSA version of join_blocks()

2014-11-13 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: ssa-flow Changeset: r74514:273f7c704efb Date: 2014-11-13 23:49 + http://bitbucket.org/pypy/pypy/changeset/273f7c704efb/ Log:create remove_trivial_links(): the SSA version of join_blocks() diff --git a/rpython/translator/simplify.py

[pypy-commit] pypy default: fix test_executor

2014-11-13 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r74515:1a994c305af0 Date: 2014-11-14 08:14 +0200 http://bitbucket.org/pypy/pypy/changeset/1a994c305af0/ Log:fix test_executor diff --git a/rpython/jit/metainterp/test/test_executor.py