[pypy-commit] pypy default: Compress the numerous lists 'rd_locs' into 2 bytes instead of WORD bytes

2014-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r72039:517570d93b88 Date: 2014-06-13 14:06 +0200 http://bitbucket.org/pypy/pypy/changeset/517570d93b88/ Log:Compress the numerous lists 'rd_locs' into 2 bytes instead of WORD bytes per entry. diff --git a/rpython/jit/backend/llsupport/assembler.

[pypy-commit] pypy default: fix test for windows

2014-06-13 Thread mattip
Author: mattip Branch: Changeset: r72040:9cf39ce9af62 Date: 2014-06-13 12:12 +0300 http://bitbucket.org/pypy/pypy/changeset/9cf39ce9af62/ Log:fix test for windows diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py --- a/pypy/tool/release/test/test_

[pypy-commit] pypy default: do not use asmgcc on MSVC

2014-06-13 Thread mattip
Author: mattip Branch: Changeset: r72044:72420a9c1aba Date: 2014-06-13 16:39 +0300 http://bitbucket.org/pypy/pypy/changeset/72420a9c1aba/ Log:do not use asmgcc on MSVC diff --git a/rpython/jit/backend/x86/test/test_ztranslation_external_exception.py b/rpython/jit/backend/x86/test/test_ztr

[pypy-commit] pypy default: work around windows limitations with PYPYLOG=C:\some\path and copy complete env to subprocess

2014-06-13 Thread mattip
Author: mattip Branch: Changeset: r72042:8fe4873384ce Date: 2014-06-13 15:52 +0300 http://bitbucket.org/pypy/pypy/changeset/8fe4873384ce/ Log:work around windows limitations with PYPYLOG=C:\some\path and copy complete env to subprocess diff --git a/rpython/jit/backend/llsupport/test

[pypy-commit] pypy default: skip most of the test if no objdump available

2014-06-13 Thread mattip
Author: mattip Branch: Changeset: r72041:319216b229b6 Date: 2014-06-13 12:28 +0300 http://bitbucket.org/pypy/pypy/changeset/319216b229b6/ Log:skip most of the test if no objdump available diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/r

[pypy-commit] pypy default: no asmgcc on MSVC

2014-06-13 Thread mattip
Author: mattip Branch: Changeset: r72043:ff3718cdc0c1 Date: 2014-06-13 16:12 +0300 http://bitbucket.org/pypy/pypy/changeset/ff3718cdc0c1/ Log:no asmgcc on MSVC diff --git a/rpython/jit/backend/x86/test/test_zrpy_releasegil.py b/rpython/jit/backend/x86/test/test_zrpy_releasegil.py --- a/rpy

[pypy-commit] pypy default: Support "PYPYLOG=+filename", equivalent to "PYPYLOG=filename" but works

2014-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r72045:ded4fbaff95a Date: 2014-06-13 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/ded4fbaff95a/ Log:Support "PYPYLOG=+filename", equivalent to "PYPYLOG=filename" but works also if the file name happens to contain a colon. diff --git a/rp

[pypy-commit] pypy default: document

2014-06-13 Thread mattip
Author: mattip Branch: Changeset: r72046:737638800736 Date: 2014-06-13 17:01 +0300 http://bitbucket.org/pypy/pypy/changeset/737638800736/ Log:document diff --git a/pypy/doc/config/translation.log.txt b/pypy/doc/config/translation.log.txt --- a/pypy/doc/config/translation.log.txt +++ b/pypy

[pypy-commit] extradoc extradoc: Add the PDF here

2014-06-13 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5344:09e5b02e3ed6 Date: 2014-06-13 17:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/09e5b02e3ed6/ Log:Add the PDF here diff --git a/talk/dls2014/paper/paper.pdf b/talk/dls2014/paper/paper.pdf new file mode 100644 index

[pypy-commit] pypy gc-two-end-nursery: record objects with weakref/light_finalizers/finalizers

2014-06-13 Thread wenzhuman
Author: wenzhuman Branch: gc-two-end-nursery Changeset: r72047:0d353260bcad Date: 2014-06-13 21:08 -0400 http://bitbucket.org/pypy/pypy/changeset/0d353260bcad/ Log:record objects with weakref/light_finalizers/finalizers diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incmin