[pypy-commit] pypy default: Remove some more instructions that were likely moved to the preamble.

2011-05-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44193:31a7020faade Date: 2011-05-16 00:30 -0500 http://bitbucket.org/pypy/pypy/changeset/31a7020faade/ Log:Remove some more instructions that were likely moved to the preamble. diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py b

[pypy-commit] pypy default: This function is already specialized for single char strings, move the rest of the logic to a seperate function so that the JIT inlines appropriately.

2011-05-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44192:9553faaba615 Date: 2011-05-15 15:58 -0500 http://bitbucket.org/pypy/pypy/changeset/9553faaba615/ Log:This function is already specialized for single char strings, move the rest of the logic to a seperate function so that the JIT inlines

[pypy-commit] pypy default: Optimize away uint_floordiv(i0, 1). Updated test_pypy_c_new to reflect this.

2011-05-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44191:ce505f035396 Date: 2011-05-15 13:25 -0500 http://bitbucket.org/pypy/pypy/changeset/ce505f035396/ Log:Optimize away uint_floordiv(i0, 1). Updated test_pypy_c_new to reflect this. diff --git a/pypy/jit/metainterp/optimizeopt/rewrite.py b/

[pypy-commit] pypy default: merge heads

2011-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r44190:0b481caa15d5 Date: 2011-05-15 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/0b481caa15d5/ Log:merge heads diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py b/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py --- a/pypy/modu

[pypy-commit] pypy default: Kill.

2011-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r44189:c5efc960aac1 Date: 2011-05-15 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/c5efc960aac1/ Log:Kill. diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -52,8 +52,6 @@ * `Mercurial comm

[pypy-commit] pypy.org extradoc: Link to http://doc.pypy.org.

2011-05-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r197:43242e9d8b40 Date: 2011-05-15 19:51 +0200 http://bitbucket.org/pypy/pypy.org/changeset/43242e9d8b40/ Log:Link to http://doc.pypy.org. diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -40,7 +40,7 @@

[pypy-commit] pypy default: Unskip this test about defaults, which passes now

2011-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r44188:f79c346e1a78 Date: 2011-05-15 19:21 +0200 http://bitbucket.org/pypy/pypy/changeset/f79c346e1a78/ Log:Unskip this test about defaults, which passes now (with the usual minor editing required). diff --git a/pypy/module/pypyjit/test_pypy_c/t

[pypy-commit] pypy jitypes2: Kill from here; it now lives in rlib/longlong2float.py.

2011-05-15 Thread arigo
Author: Armin Rigo Branch: jitypes2 Changeset: r44187:1eb5b21b489d Date: 2011-05-15 19:00 +0200 http://bitbucket.org/pypy/pypy/changeset/1eb5b21b489d/ Log:Kill from here; it now lives in rlib/longlong2float.py. diff --git a/pypy/rlib/libffi.py b/pypy/rlib/libffi.py --- a/pypy/rlib/libffi.py

[pypy-commit] pypy default: merge heads

2011-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r44186:12020cd2f5b4 Date: 2011-05-15 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/12020cd2f5b4/ Log:merge heads diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/module/_socket/test/te

[pypy-commit] pypy default: Revert 96ca8f4d0db0 on multiprocessing. The reason it is

2011-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r44185:2d71e946a29d Date: 2011-05-15 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/2d71e946a29d/ Log:Revert 96ca8f4d0db0 on multiprocessing. The reason it is skipped is because the processes left behind make buildbot hang after it's done

[pypy-commit] pypy jitypes2: Fixes:

2011-05-15 Thread arigo
Author: Armin Rigo Branch: jitypes2 Changeset: r44184:42c0606d02bf Date: 2011-05-15 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/42c0606d02bf/ Log:Fixes: * implement saving and restoring registers like %eax around the initial call to close the stack. * fix a

[pypy-commit] pypy jitypes2: Fixes:

2011-05-15 Thread arigo
Author: Armin Rigo Branch: jitypes2 Changeset: r44183:3d6de0d862fb Date: 2011-05-15 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/3d6de0d862fb/ Log:Fixes: * a call to genop_call() should go to _genop_call() instead, passing the fail_index. * two _emit_call()s

[pypy-commit] pypy jitypes2: Fix merge.

2011-05-15 Thread arigo
Author: Armin Rigo Branch: jitypes2 Changeset: r44182:4a1977c06ba0 Date: 2011-05-15 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/4a1977c06ba0/ Log:Fix merge. diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py --- a/pypy/jit/metainterp/logger.py +++ b/pypy/jit/

[pypy-commit] pypy default: Move socket tests away from codespeak.net

2011-05-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r44181:1c70274f6eed Date: 2011-05-15 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1c70274f6eed/ Log:Move socket tests away from codespeak.net diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_

[pypy-commit] pypy default: Remove warnings when tests finish: "'NoneType' object is not callable" in

2011-05-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r44180:0db1fb788c99 Date: 2011-05-15 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/0db1fb788c99/ Log:Remove warnings when tests finish: "'NoneType' object is not callable" in http://mail.python.org/mailman/listinfo/pypy-commit

[pypy-commit] pypy default: Fix tests in the _ssl module

2011-05-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r44179:8e8463e113ae Date: 2011-05-15 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/8e8463e113ae/ Log:Fix tests in the _ssl module diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp

[pypy-commit] pypy jitypes2: Move the commented-out print at its correct position, at least.

2011-05-15 Thread arigo
Author: Armin Rigo Branch: jitypes2 Changeset: r44177:5c1eaa2b2604 Date: 2011-05-15 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/5c1eaa2b2604/ Log:Move the commented-out print at its correct position, at least. diff --git a/pypy/jit/backend/x86/runner.py b/pypy/jit/backend/x86/runner

[pypy-commit] pypy default: Fix links.

2011-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r44176:ef0104cba813 Date: 2011-05-15 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/ef0104cba813/ Log:Fix links. diff --git a/lib-python/modified-2.7/site.py b/lib-python/modified-2.7/site.py --- a/lib-python/modified-2.7/site.py +++ b/lib-python/

[pypy-commit] pypy.org extradoc: Link to bitbucket instead of pypy.org for donwloads.

2011-05-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r195:3718e6480d93 Date: 2011-05-15 15:49 +0200 http://bitbucket.org/pypy/pypy.org/changeset/3718e6480d93/ Log:Link to bitbucket instead of pypy.org for donwloads. diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +

[pypy-commit] pypy.org extradoc: Regen.

2011-05-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r196:a26a095cfb2c Date: 2011-05-15 15:49 +0200 http://bitbucket.org/pypy/pypy.org/changeset/a26a095cfb2c/ Log:Regen. diff --git a/contact.html b/contact.html --- a/contact.html +++ b/contact.html @@ -49,9 +49,9 @@ Contact irc: #pypy on irc.f