[pypy-commit] pypy default: make numpy scalar non-iterable

2014-07-07 Thread yuyichao
Author: Yichao Yu Branch: Changeset: r72381:2aabeb712f61 Date: 2014-07-04 22:11 +0800 http://bitbucket.org/pypy/pypy/changeset/2aabeb712f61/ Log:make numpy scalar non-iterable diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxes.p

[pypy-commit] pypy default: move test to untranslated

2014-07-07 Thread mattip
Author: mattip Branch: Changeset: r72382:30e15663c576 Date: 2014-07-08 13:46 +1000 http://bitbucket.org/pypy/pypy/changeset/30e15663c576/ Log:move test to untranslated diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py --- a/pypy/module/mic

[pypy-commit] pypy default: merge dtype record hash, based on pr#242 (yuyichao)

2014-07-07 Thread mattip
Author: mattip Branch: Changeset: r72380:f20ac16753b6 Date: 2014-07-08 13:15 +1000 http://bitbucket.org/pypy/pypy/changeset/f20ac16753b6/ Log:merge dtype record hash, based on pr#242 (yuyichao) diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/p

[pypy-commit] pypy default: fix unsafe FormatMessage call (windows)

2014-07-07 Thread mattip
Author: mattip Branch: Changeset: r72379:f3d274416c97 Date: 2014-07-08 09:22 +1000 http://bitbucket.org/pypy/pypy/changeset/f3d274416c97/ Log:fix unsafe FormatMessage call (windows) diff --git a/rpython/rlib/rwin32.py b/rpython/rlib/rwin32.py --- a/rpython/rlib/rwin32.py +++ b/rpython/rlib/

[pypy-commit] extradoc extradoc: update #13 (forgot to commit this before)

2014-07-07 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r5353:36da5bb08996 Date: 2014-07-07 13:13 -0700 http://bitbucket.org/pypy/extradoc/changeset/36da5bb08996/ Log:update #13 (forgot to commit this before) diff --git a/blog/draft/py3k-status-update-13.rst b/blog/draft/py3k-status-update-13.rst

[pypy-commit] lang-smalltalk storage: Renamed variable/parameter.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r852:35d8fe62d2aa Date: 2014-05-28 15:08 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/35d8fe62d2aa/ Log:Renamed variable/parameter. diff --git a/spyvm/storage_statistics.py b/spyvm/storage_statistics.py --- a/spyvm/storage_statisti

[pypy-commit] lang-smalltalk storage: Using 4 bytes to encode object size due to large objects in Squeak image.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r860:a5b744a0ec04 Date: 2014-07-01 17:21 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a5b744a0ec04/ Log:Using 4 bytes to encode object size due to large objects in Squeak image. diff --git a/spyvm/storage_logger.py b/spyvm/

[pypy-commit] lang-smalltalk storage: Added some code to the Matrix benchmark.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r867:d1dfa8569637 Date: 2014-07-04 10:14 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d1dfa8569637/ Log:Added some code to the Matrix benchmark. diff --git a/images/Squeak4.5-noBitBlt.changes b/images/Squeak4.5-noBitBlt.changes --

[pypy-commit] lang-smalltalk storage: Added script to parse storage-log and convert to summary or dot-string/graph.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r856:f4ae062456ae Date: 2014-07-01 12:12 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f4ae062456ae/ Log:Added script to parse storage-log and convert to summary or dot- string/graph. diff --git a/spyvm/tool/storagelog_parse

[pypy-commit] lang-smalltalk storage: Added histogram output for storage statistics.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r853:689aa666070e Date: 2014-06-23 19:14 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/689aa666070e/ Log:Added histogram output for storage statistics. diff --git a/spyvm/storage_statistics.py b/spyvm/storage_statistics.py --- a/spy

[pypy-commit] lang-smalltalk storage: Fixed storage_logger.py for RPython, slightly improved dot-graph.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r859:519def1169d7 Date: 2014-07-01 16:51 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/519def1169d7/ Log:Fixed storage_logger.py for RPython, slightly improved dot-graph. diff --git a/spyvm/storage_logger.py b/spyvm/storage_logger.p

[pypy-commit] lang-smalltalk storage: Fixed histogram statistics output

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r854:e6b70019cd99 Date: 2014-06-27 13:41 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e6b70019cd99/ Log:Fixed histogram statistics output diff --git a/spyvm/storage_statistics.py b/spyvm/storage_statistics.py --- a/spyvm/storage_st

[pypy-commit] lang-smalltalk storage: WORK IN PROGRESS. This compiles, but segfaults.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r868:3fe7264ab317 Date: 2014-07-07 13:15 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3fe7264ab317/ Log:WORK IN PROGRESS. This compiles, but segfaults. - Refactoring: maintaining 2 backreferences to the sender in Con

[pypy-commit] lang-smalltalk storage: Added an option to also aggregate and log the classes of elements that cause an object to switch to another storage strategy.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r865:13350a81184e Date: 2014-07-03 15:37 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/13350a81184e/ Log:Added an option to also aggregate and log the classes of elements that cause an object to switch to another storage stra

[pypy-commit] lang-smalltalk storage: Fixed log parsing regex

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r866:d39d1b72d99e Date: 2014-07-03 21:12 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d39d1b72d99e/ Log:Fixed log parsing regex diff --git a/spyvm/tool/storagelog_parser.py b/spyvm/tool/storagelog_parser.py --- a/spyvm/tool/storage

[pypy-commit] lang-smalltalk storage: Removed parsing of binary logs. Slightly improved outputs. Added command to aggregate a logfile.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r863:0fbe2a4a6a3b Date: 2014-07-02 17:54 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/0fbe2a4a6a3b/ Log:Removed parsing of binary logs. Slightly improved outputs. Added command to aggregate a logfile. diff --git a/spyvm/too

[pypy-commit] lang-smalltalk storage: Fixed storage_logger.py

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r857:48cb3f9eda6e Date: 2014-07-01 12:58 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/48cb3f9eda6e/ Log:Fixed storage_logger.py diff --git a/spyvm/storage_logger.py b/spyvm/storage_logger.py --- a/spyvm/storage_logger.py +++ b/spyv

[pypy-commit] lang-smalltalk storage: Removed binary output for logs, did not help. Added aggregated output, which does the trick.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r862:cc227d08b393 Date: 2014-07-02 17:53 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/cc227d08b393/ Log:Removed binary output for logs, did not help. Added aggregated output, which does the trick. diff --git a/spyvm/storage

[pypy-commit] lang-smalltalk storage: Added "-" as special filename meaning that stdin will be parsed.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r861:d8200654841f Date: 2014-07-02 12:41 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d8200654841f/ Log:Added "-" as special filename meaning that stdin will be parsed. Aggregating parsed lines directly, instead of collectin

[pypy-commit] lang-smalltalk storage: Added binary storage-log output & parsing to shrink the logfile.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r858:1f520c5d82db Date: 2014-07-01 16:23 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/1f520c5d82db/ Log:Added binary storage-log output & parsing to shrink the logfile. diff --git a/spyvm/storage_logger.py b/spyvm/storage_logger.py

[pypy-commit] lang-smalltalk storage: Removed storage_statistics module, replaced with very simple storage_logger module.

2014-07-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r855:9468db2cf599 Date: 2014-06-30 17:57 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/9468db2cf599/ Log:Removed storage_statistics module, replaced with very simple storage_logger module. diff --git a/spyvm/model.py b/spyvm

[pypy-commit] pypy stmgc-c7: Workaround: some Linux systems start processes with a non-null %gs

2014-07-07 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72378:dd3c06b77a11 Date: 2014-07-07 12:57 +0200 http://bitbucket.org/pypy/pypy/changeset/dd3c06b77a11/ Log:Workaround: some Linux systems start processes with a non-null %gs content. It seems that forcing %gs to be 0 here solves problems