[pypy-commit] extradoc extradoc: two typos + regen pdf

2014-08-21 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5390:d7879ef523ce Date: 2014-08-21 10:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/d7879ef523ce/ Log:two typos + regen pdf diff --git a/talk/uct2014/talk.pdf b/talk/uct2014/talk.pdf index 2bce1f4d33135886db6d9bcd9a0256a4002b24

[pypy-commit] lang-smalltalk rstrategies: Work in progress.

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1035:4fd727366707 Date: 2014-08-03 13:29 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/4fd727366707/ Log:Work in progress. diff --git a/rstrategies.py b/rstrategies.py new file mode 100644 --- /dev/null +++ b/rstrategies.py @@

[pypy-commit] lang-smalltalk storage-cleanups: Refactored test flags. -Q enables quick tests (9 sec), no flags takes 35 sec, -S flag takes 2:30 min.

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-cleanups Changeset: r1040:d7088a2d1cb8 Date: 2014-08-20 17:48 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d7088a2d1cb8/ Log:Refactored test flags. -Q enables quick tests (9 sec), no flags takes 35 sec, -S flag takes 2:30 min. diff --

[pypy-commit] lang-smalltalk storage-cleanups: Fixed -A flag to execute very slow tests.

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-cleanups Changeset: r1039:038a4928d7ac Date: 2014-08-20 16:48 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/038a4928d7ac/ Log:Fixed -A flag to execute very slow tests. diff --git a/spyvm/test/conftest.py b/spyvm/test/conftest.py --- a/spyvm/te

[pypy-commit] lang-smalltalk rstrategies: Tests green now.

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1038:baecfe86835c Date: 2014-08-20 16:38 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/baecfe86835c/ Log:Tests green now. diff --git a/rstrategies.py b/rstrategies.py --- a/rstrategies.py +++ b/rstrategies.py @@ -11,15 +11,17 @

[pypy-commit] lang-smalltalk rstrategies: Added _attrs_

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1043:663e58f4fdc7 Date: 2014-08-20 19:41 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/663e58f4fdc7/ Log:Added _attrs_ diff --git a/spyvm/storage.py b/spyvm/storage.py --- a/spyvm/storage.py +++ b/spyvm/storage.py @@ -34,6 +34,

[pypy-commit] lang-smalltalk rstrategies: Marked test as very slow.

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1044:c654217f1617 Date: 2014-08-20 22:52 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/c654217f1617/ Log:Marked test as very slow. diff --git a/spyvm/test/test_zin_squeak_4_5_image.py b/spyvm/test/test_zin_squeak_4_5_image.py

[pypy-commit] lang-smalltalk rstrategies: Added _attrs_ declarations

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1042:7638dd4f69b2 Date: 2014-08-20 18:06 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/7638dd4f69b2/ Log:Added _attrs_ declarations diff --git a/rstrategies.py b/rstrategies.py --- a/rstrategies.py +++ b/rstrategies.py @@ -151,

[pypy-commit] lang-smalltalk rstrategies: Merged

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1041:63ab8de4343a Date: 2014-08-20 17:48 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/63ab8de4343a/ Log:Merged diff --git a/spyvm/test/conftest.py b/spyvm/test/conftest.py --- a/spyvm/test/conftest.py +++ b/spyvm/test/conftest

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

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1037:ef35a189c1ff Date: 2014-08-20 16:13 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ef35a189c1ff/ Log:Merged. diff too long, truncating to 2000 out of 364571 lines diff --git a/images/Squeak4.5-12568.changes b/images/Squeak

[pypy-commit] lang-smalltalk rstrategies: Implementing rstrategies

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1036:d7e93bfe0dd6 Date: 2014-08-20 16:12 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d7e93bfe0dd6/ Log:Implementing rstrategies diff --git a/rstrategies.py b/rstrategies.py --- a/rstrategies.py +++ b/rstrategies.py @@ -2,15 +

[pypy-commit] lang-smalltalk rstrategies: Fixed RPython compilation.

2014-08-21 Thread anton_gulenko
Author: Anton Gulenko Branch: rstrategies Changeset: r1045:e281e2683374 Date: 2014-08-20 22:53 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e281e2683374/ Log:Fixed RPython compilation. Added StrategyMetaclass for correctness. diff --git a/rstrategies.py b/rstrategies.py --- a/rst

[pypy-commit] pypy ppc-updated-backend: Merge branch 'default'

2014-08-21 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r72947:c7a7d1ed8ea7 Date: 2014-08-13 16:23 -0300 http://bitbucket.org/pypy/pypy/changeset/c7a7d1ed8ea7/ Log:Merge branch 'default' diff too long, truncating to 2000 out of 86962 lines diff --git a/.hgtags b/.hgtags --- a/.

[pypy-commit] stmgc default: Test and fix: we need to decouple enterframe() from taking the

2014-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r1322:7949c54b03a5 Date: 2014-08-21 17:20 +0200 http://bitbucket.org/pypy/stmgc/changeset/7949c54b03a5/ Log:Test and fix: we need to decouple enterframe() from taking the __builtin_frame_address(0). diff --git a/c7/stm/rewind_setjmp.h b/c7/stm/r

[pypy-commit] pypy stmgc-c7: import stmgc/7949c54b03a5

2014-08-21 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72948:92734c1dff54 Date: 2014-08-21 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/92734c1dff54/ Log:import stmgc/7949c54b03a5 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] pypy stmgc-c7: Split rewind_jmp_enterframe() into two calls

2014-08-21 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72949:93fa346570f6 Date: 2014-08-21 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/93fa346570f6/ Log:Split rewind_jmp_enterframe() into two calls diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py --- a/rpython

[pypy-commit] pypy stmgc-c7: Fix

2014-08-21 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72950:c13564d2e37b Date: 2014-08-21 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/c13564d2e37b/ Log:Fix diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py --- a/rpython/translator/c/funcgen.py +++ b/rpython/tr

[pypy-commit] pypy improve-docs: explain why unwrap is so strongly discouraged

2014-08-21 Thread numerodix
Author: Martin Matusiak Branch: improve-docs Changeset: r72951:71a3763555f6 Date: 2014-08-21 19:41 +0200 http://bitbucket.org/pypy/pypy/changeset/71a3763555f6/ Log:explain why unwrap is so strongly discouraged diff --git a/pypy/doc/objspace.rst b/pypy/doc/objspace.rst --- a/pypy/doc/objspace

[pypy-commit] pypy default: fix typo

2014-08-21 Thread numerodix
Author: Martin Matusiak Branch: Changeset: r72952:54408dd5e0f8 Date: 2014-08-21 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/54408dd5e0f8/ Log:fix typo diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -354,6 +354,6 @@ See the License for the specific language governing

[pypy-commit] pypy gc_no_cleanup_nursery: modified the test and gc flavor pointers don't need to be zeroed

2014-08-21 Thread wenzhuman
Author: wenzhuman Branch: gc_no_cleanup_nursery Changeset: r72953:43f5c1364387 Date: 2014-08-21 19:23 -0400 http://bitbucket.org/pypy/pypy/changeset/43f5c1364387/ Log:modified the test and gc flavor pointers don't need to be zeroed diff --git a/rpython/memory/gc/test/test_direct.py b/rpytho

[pypy-commit] pypy gc_no_cleanup_nursery: remove zero flag form jitframe malloc

2014-08-21 Thread wenzhuman
Author: wenzhuman Branch: gc_no_cleanup_nursery Changeset: r72955:6c460fe612a3 Date: 2014-08-21 19:28 -0400 http://bitbucket.org/pypy/pypy/changeset/6c460fe612a3/ Log:remove zero flag form jitframe malloc diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport

[pypy-commit] pypy gc_no_cleanup_nursery: deal with uninitialized primitive value

2014-08-21 Thread wenzhuman
Author: wenzhuman Branch: gc_no_cleanup_nursery Changeset: r72954:353cd0558ee5 Date: 2014-08-21 19:25 -0400 http://bitbucket.org/pypy/pypy/changeset/353cd0558ee5/ Log:deal with uninitialized primitive value diff --git a/rpython/translator/c/primitive.py b/rpython/translator/c/primitive.py -