[pypy-commit] pypy improve-rbigint: Attempt to improve division by porting Cpythons new algorithm, it cuts division time by 30%. And also improve divrem1 by just casting the value, a small speed incre

2012-07-31 Thread stian
Author: stian Branch: improve-rbigint Changeset: r56517:e377b170d0ea Date: 2012-08-01 01:05 +0200 http://bitbucket.org/pypy/pypy/changeset/e377b170d0ea/ Log:Attempt to improve division by porting Cpythons new algorithm, it cuts division time by 30%. And also improve divrem1 by just cas

[pypy-commit] cffi default: typo (thanks Alex Gaynor)

2012-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r753:55bf2c656608 Date: 2012-08-01 00:09 +0200 http://bitbucket.org/cffi/cffi/changeset/55bf2c656608/ Log:typo (thanks Alex Gaynor) diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -974,7

[pypy-commit] cffi default: Document the GIL release.

2012-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r752:2dd19cad0ee3 Date: 2012-07-31 23:15 +0200 http://bitbucket.org/cffi/cffi/changeset/2dd19cad0ee3/ Log:Document the GIL release. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -929,7

[pypy-commit] cffi default: Add the dance of releasing the GIL.

2012-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r751:97aec18c45e7 Date: 2012-07-31 23:14 +0200 http://bitbucket.org/cffi/cffi/changeset/97aec18c45e7/ Log:Add the dance of releasing the GIL. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1805,10

[pypy-commit] cffi default: Found a slow leak on Win32. Don't know how to fix it :-(

2012-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r750:ee71817b421d Date: 2012-07-31 23:14 +0200 http://bitbucket.org/cffi/cffi/changeset/ee71817b421d/ Log:Found a slow leak on Win32. Don't know how to fix it :-( diff --git a/c/misc_win32.h b/c/misc_win32.h --- a/c/misc_win32.h +++ b/c/misc_win32.h @@

[pypy-commit] pypy jvm-improvements: Native Java version of thread_get_ident -- just enough to compile ll_thread.

2012-07-31 Thread benol
Author: Michal Bendowski Branch: jvm-improvements Changeset: r56515:053913e841c7 Date: 2012-07-31 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/053913e841c7/ Log:Native Java version of thread_get_ident -- just enough to compile ll_thread. diff --git a/pypy/module/thread/ll_thr

[pypy-commit] pypy default: Workaround to make test_repr_16bits pass, from test_unicodeobject.py, on

2012-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r56514:921f8d1d3ffa Date: 2012-07-31 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/921f8d1d3ffa/ Log:Workaround to make test_repr_16bits pass, from test_unicodeobject.py, on top of a 16-bit hosting CPython. Running py.py or py.test

[pypy-commit] buildbot default: add a large timeout to ARM factories and tweak settings a bit

2012-07-31 Thread bivab
Author: David Schneider Branch: Changeset: r660:4e559dc1b7c2 Date: 2012-07-31 17:25 +0200 http://bitbucket.org/pypy/buildbot/changeset/4e559dc1b7c2/ Log:add a large timeout to ARM factories and tweak settings a bit diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a

[pypy-commit] buildbot default: allow to pass a custom timeout to own test builder

2012-07-31 Thread bivab
Author: David Schneider Branch: Changeset: r659:24c5ee3ae32f Date: 2012-07-31 17:24 +0200 http://bitbucket.org/pypy/buildbot/changeset/24c5ee3ae32f/ Log:allow to pass a custom timeout to own test builder diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypyb

[pypy-commit] extradoc extradoc: typo

2012-07-31 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4396:2f664ce5ad07 Date: 2012-07-30 15:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/2f664ce5ad07/ Log:typo diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper.tex @

[pypy-commit] extradoc extradoc: Add a figure about the control flow in case of patched and unpatched guard

2012-07-31 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4397:87dcb3f5a5ed Date: 2012-07-31 11:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/87dcb3f5a5ed/ Log:Add a figure about the control flow in case of patched and unpatched guard failures and refer to the figure in the text d

[pypy-commit] cffi default: Tweak the default include_dirs if pkg-config is not available.

2012-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r749:c15fb2d85211 Date: 2012-07-31 09:20 +0200 http://bitbucket.org/cffi/cffi/changeset/c15fb2d85211/ Log:Tweak the default include_dirs if pkg-config is not available. The two detault paths are for my old Gentoo box, and for OS/X Lion &