[pypy-commit] pypy inline-dict-ops: Start changing a pair of descrs (array, field) into one (interiorfield),

2011-06-26 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45129:61d2c9fe8acf Date: 2011-06-26 09:38 +0200 http://bitbucket.org/pypy/pypy/changeset/61d2c9fe8acf/ Log:Start changing a pair of descrs (array, field) into one (interiorfield), it confuses optimizations a tad too much

[pypy-commit] pypy non-null-app-dict: A branch to implement forcing of non-nullness on dict keys/values

2011-06-26 Thread fijal
Author: Maciej Fijalkowski Branch: non-null-app-dict Changeset: r45130:0ead19d1d201 Date: 2011-06-26 10:26 +0200 http://bitbucket.org/pypy/pypy/changeset/0ead19d1d201/ Log:A branch to implement forcing of non-nullness on dict keys/values diff --git a/pypy/annotation/bookkeeper.py b/pypy/anno

[pypy-commit] pypy default: Fix for issue758 (hopefully -- hard for me to test).

2011-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r45131:50a9cc9699ce Date: 2011-06-26 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/50a9cc9699ce/ Log:Fix for issue758 (hopefully -- hard for me to test). diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/py

[pypy-commit] pypy default: 64-bit fix.

2011-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r45132:856fae013849 Date: 2011-06-26 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/856fae013849/ Log:64-bit fix. diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++ b/pypy/module/_

[pypy-commit] pypy arm-backend-2: fix tests

2011-06-26 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45133:a9ecff89bc63 Date: 2011-06-25 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/a9ecff89bc63/ Log:fix tests diff --git a/pypy/jit/backend/arm/test/test_assembler.py b/pypy/jit/backend/arm/test/test_assembler.py --- a/pypy/ji

[pypy-commit] pypy arm-backend-2: remove outdated test

2011-06-26 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45134:9695dcaf1ac5 Date: 2011-06-26 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/9695dcaf1ac5/ Log:remove outdated test diff --git a/pypy/jit/backend/arm/test/test_instr_codebuilder.py b/pypy/jit/backend/arm/test/test_instr_c

[pypy-commit] pypy arm-backend-2: adjust scope of random testing to a more realistic value for ARM

2011-06-26 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45135:2f3f5a1f8c83 Date: 2011-06-26 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/2f3f5a1f8c83/ Log:adjust scope of random testing to a more realistic value for ARM diff --git a/pypy/jit/backend/arm/test/test_zll_random.py b/p

[pypy-commit] pypy default: Fix test_pypy_c.

2011-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r45136:ff284eff23fd Date: 2011-06-26 13:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ff284eff23fd/ Log:Fix test_pypy_c. diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py b/pypy/module/pypyjit/test_pypy_c/test_array.py --- a/pypy/module/py

[pypy-commit] pypy default: Fix translation on 32-bit.

2011-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r45137:65b1ed60d7da Date: 2011-06-26 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/65b1ed60d7da/ Log:Fix translation on 32-bit. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembl