[pypy-commit] pypy default: attempt fixes for win32

2014-06-26 Thread mattip
Author: mattip Branch: Changeset: r72250:a2dd3da64cac Date: 2014-06-27 08:40 +0300 http://bitbucket.org/pypy/pypy/changeset/a2dd3da64cac/ Log:attempt fixes for win32 diff --git a/rpython/translator/c/src/thread.h b/rpython/translator/c/src/thread.h --- a/rpython/translator/c/src/thread.h +

[pypy-commit] pypy gc_no_cleanup_nursery: remove the zero flag and passed all the tests under rpython/memory/test

2014-06-26 Thread wenzhuman
Author: wenzhuman Branch: gc_no_cleanup_nursery Changeset: r72249:96df1fcb42a2 Date: 2014-06-26 17:56 -0400 http://bitbucket.org/pypy/pypy/changeset/96df1fcb42a2/ Log:remove the zero flag and passed all the tests under rpython/memory/test diff --git a/rpython/memory/gc/base.py b/rpyt

[pypy-commit] pypy gc_no_cleanup_nursery: fix the test_direct tests

2014-06-26 Thread wenzhuman
Author: wenzhuman Branch: gc_no_cleanup_nursery Changeset: r72248:8b1c02cea49c Date: 2014-06-26 16:37 -0400 http://bitbucket.org/pypy/pypy/changeset/8b1c02cea49c/ Log:fix the test_direct tests diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpython/memory/gc/base.py

[pypy-commit] pypy.org extradoc: update the values

2014-06-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r513:68e36f039aa9 Date: 2014-06-26 22:38 +0200 http://bitbucket.org/pypy/pypy.org/changeset/68e36f039aa9/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy gc_no_cleanup_nursery: remove _clear() from gc functions and operations and passed test_gc_transform

2014-06-26 Thread wenzhuman
Author: wenzhuman Branch: gc_no_cleanup_nursery Changeset: r72247:9f27ec7bf56e Date: 2014-06-26 16:03 -0400 http://bitbucket.org/pypy/pypy/changeset/9f27ec7bf56e/ Log:remove _clear() from gc functions and operations and passed test_gc_transform diff --git a/rpython/jit/backend/llsupp

[pypy-commit] pypy scalar-operations: fix performance of ufunc(scalar, scalar)

2014-06-26 Thread rlamy
Author: Ronan Lamy Branch: scalar-operations Changeset: r72246:0620f0c12772 Date: 2014-06-26 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/0620f0c12772/ Log:fix performance of ufunc(scalar, scalar) diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py --- a/pypy

[pypy-commit] pypy default: Update comment

2014-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r72245:8a9c64ba35dc Date: 2014-06-26 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/8a9c64ba35dc/ Log:Update comment diff --git a/rpython/translator/c/src/thread_gil.c b/rpython/translator/c/src/thread_gil.c --- a/rpython/translator/c/src/thread_

[pypy-commit] pypy default: Document branch

2014-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r72244:b756870f257e Date: 2014-06-26 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/b756870f257e/ Log:Document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy default: hg merge jit-get-errno

2014-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r72243:37c876808e80 Date: 2014-06-26 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/37c876808e80/ Log:hg merge jit-get-errno Optimize the errno handling in the JIT, notably around external function calls. Linux-only. diff --git a/

[pypy-commit] pypy jit-get-errno: Add the oopspecs

2014-06-26 Thread arigo
Author: Armin Rigo Branch: jit-get-errno Changeset: r72240:029578092143 Date: 2014-06-26 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/029578092143/ Log:Add the oopspecs diff --git a/rpython/jit/codewriter/effectinfo.py b/rpython/jit/codewriter/effectinfo.py --- a/rpython/jit/codewri

[pypy-commit] pypy jit-get-errno: Speed up the reads and writes of 'errno'.

2014-06-26 Thread arigo
Author: Armin Rigo Branch: jit-get-errno Changeset: r72241:c8b2c8ee757a Date: 2014-06-26 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/c8b2c8ee757a/ Log:Speed up the reads and writes of 'errno'. diff --git a/rpython/jit/backend/llsupport/test/ztranslation_test.py b/rpython/jit/backen

[pypy-commit] pypy jit-get-errno: A branch to add (again Linux-only) JIT support for get_errno() and set_errno().

2014-06-26 Thread arigo
Author: Armin Rigo Branch: jit-get-errno Changeset: r72239:75b357f02e82 Date: 2014-06-26 10:59 +0200 http://bitbucket.org/pypy/pypy/changeset/75b357f02e82/ Log:A branch to add (again Linux-only) JIT support for get_errno() and set_errno().

[pypy-commit] pypy jit-get-errno: Ready for merge

2014-06-26 Thread arigo
Author: Armin Rigo Branch: jit-get-errno Changeset: r72242:a7f15cf97f53 Date: 2014-06-26 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/a7f15cf97f53/ Log:Ready for merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.

[pypy-commit] pypy default: Fix the variable name: no longer necessarily a string

2014-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r72238:2e180d0ed7a4 Date: 2014-06-26 10:57 +0200 http://bitbucket.org/pypy/pypy/changeset/2e180d0ed7a4/ Log:Fix the variable name: no longer necessarily a string diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.

[pypy-commit] pypy default: Shot in the dark, but this might help on *BSD platforms.

2014-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r72237:288d756d83a5 Date: 2014-06-26 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/288d756d83a5/ Log:Shot in the dark, but this might help on *BSD platforms. diff --git a/rpython/translator/c/src/thread_pthread.c b/rpython/translator/c/src/threa