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

2014-11-13 Thread Raemi
Author: Remi Meier 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 +35,7 @@ assert(I

[pypy-commit] pypy default: Test and fix

2014-11-13 Thread arigo
Author: Armin Rigo 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 --- a/pypy/objspace/std/strbufobject.py +++ b/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 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, we count how ins

[pypy-commit] pypy optresult: small progres

2014-11-13 Thread fijal
Author: Maciej Fijalkowski 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 --- a/rpython/jit/metainterp/h

[pypy-commit] pypy optresult: merge default

2014-11-13 Thread fijal
Author: Maciej Fijalkowski 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 b/pypy/module/test_lib_pypy/ctypes_tests/_ctyp

[pypy-commit] pypy default: try a slightly more efficient logic to avoid some dict lookups for every operation (likely doomed to be lost in the noise though)

2014-11-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74502:bd3a657b79af Date: 2014-11-13 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/bd3a657b79af/ Log:try a slightly more efficient logic to avoid some dict lookups for every operation (likely doomed to be lost in the noise though)

[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 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 a/rpython/jit/metainterp/r

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

2014-11-13 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/jit/metainterp/executor.py --

[pypy-commit] pypy optresult: type specialize instances of resop

2014-11-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74499:0ea26299d718 Date: 2014-11-12 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/0ea26299d718/ Log:type specialize instances of resop diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py

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

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1063:8f01f05e7dc3 Date: 2014-11-13 15:22 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/8f01f05e7dc3/ Log:Merged default. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ### Required package

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

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko 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 b/targetimageloadingsmalltalk.py --- a/targetimageloadi

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

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko 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 +++ b/rstrategies.py @@ -348,7 +348,7 @@

[pypy-commit] lang-smalltalk rstrategies: More info in README

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1061:e2085c645395 Date: 2014-11-13 15:11 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/e2085c645395/ Log:More info in README diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,69 +1,77 @@ -Spy +RSqueak ==

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

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko 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 +++ b/README.md @@ -1,89 +1,89 @@ -RSqueak

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

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko 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 b/.hgignore --- a/.hgignore +++ b/.

[pypy-commit] lang-smalltalk refactoring-virtualizable:

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko Branch: refactoring-virtualizable Changeset: r1066:acc0c78ea21e Date: 2014-07-28 10:29 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/acc0c78ea21e/ Log: ___ pypy-commit mailing list [email protected] https://mai

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

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko Branch: strategies-allocRemoval Changeset: r1065:87fb3f5ce164 Date: 2014-07-28 10:26 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/87fb3f5ce164/ Log: ___ pypy-commit mailing list [email protected] https://mail.

[pypy-commit] lang-smalltalk default: Trying to fix lists in README markdown.

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r1069:f78652a865c8 Date: 2014-11-13 15:54 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/f78652a865c8/ Log:Trying to fix lists in README markdown. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -8,18 +8,18 @@ ### R

[pypy-commit] pypy default: merge heads

2014-11-13 Thread arigo
Author: Armin Rigo 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 +++ b/rpython/translator/

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

2014-11-13 Thread arigo
Author: Armin Rigo 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 b/rpython/translator/c/genc.py --- a/r

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

2014-11-13 Thread arigo
Author: Armin Rigo 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 b/rpython/translator/c/genc.py

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

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko 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 @@ -7,19 +7,23 @@ ### Requi

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

2014-11-13 Thread anton_gulenko
Author: Anton Gulenko 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 @@ -RSqueak -= - -A Sque

[pypy-commit] pypy stmgc-c7: (untested) rewrite this part of _write_barrier_fastpath to no

2014-11-13 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r74508:b39a540f8ed5 Date: 2014-11-13 19:23 +0100 http://bitbucket.org/pypy/pypy/changeset/b39a540f8ed5/ Log:(untested) rewrite this part of _write_barrier_fastpath to no longer rely on &write_locks to be in the first 2GB, which is not the

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

2014-11-13 Thread amauryfa
Author: Amaury Forgeot d'Arc 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 --- a/pypy/doc/whatsnew

[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 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 comes from the early d

[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 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 anymore. diff --git

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

2014-11-13 Thread alex_gaynor
Author: Alex Gaynor 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 b/pypy/tool/pytest/objspace.py ---

[pypy-commit] pypy stmgc-c7: fix

2014-11-13 Thread arigo
Author: Armin Rigo 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 --- a/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 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 b/rpython/translator/simplify

[pypy-commit] pypy default: fix test_executor

2014-11-13 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/jit/metainterp/test/test_executor.py --- a/rpython