[pypy-commit] cffi default: Ignore .orig files

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r271:b6b70964c360 Date: 2012-06-08 09:22 +0200 http://bitbucket.org/cffi/cffi/changeset/b6b70964c360/ Log:Ignore .orig files diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -2,3 +2,4 @@ *.py[co] *~ .*.swp +*.orig ___

[pypy-commit] cffi default: The point of this is to detect broken signatures, which doesn't

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r272:c33e50504bc8 Date: 2012-06-08 09:22 +0200 http://bitbucket.org/cffi/cffi/changeset/c33e50504bc8/ Log:The point of this is to detect broken signatures, which doesn't work so far (the gcc warning is ignored). diff --git a/testing/test_verify.

[pypy-commit] cffi default: Remove again .orig from here, sorry.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r273:432ce99101c3 Date: 2012-06-08 09:32 +0200 http://bitbucket.org/cffi/cffi/changeset/432ce99101c3/ Log:Remove again .orig from here, sorry. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -2,4 +2,3 @@ *.py[co] *~ .*.swp -*.or

[pypy-commit] cffi default: Tweak

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r274:1fb08aaf9fc1 Date: 2012-06-08 10:29 +0200 http://bitbucket.org/cffi/cffi/changeset/1fb08aaf9fc1/ Log:Tweak diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -84,7 +84,7 @@ corresponding Python type: '>.

[pypy-commit] pypy default: add footer

2012-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r55493:d3e13f515238 Date: 2012-06-08 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/d3e13f515238/ Log:add footer diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst --- a/pypy/doc/release-1.9.0.rst +++ b/pypy/doc/release-1

[pypy-commit] pypy default: merge

2012-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r55494:f3ae32f79e96 Date: 2012-06-08 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/f3ae32f79e96/ Log:merge diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -71,10 +71,14 @@ .. _`re

[pypy-commit] pypy default: typo, and explain better

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r55495:ebb6f5b42d0b Date: 2012-06-08 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/ebb6f5b42d0b/ Log:typo, and explain better diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst --- a/pypy/doc/release-1.9.0.rst +++ b/pypy/doc/r

[pypy-commit] pypy default: Typos and details.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r55496:c97321253aaf Date: 2012-06-08 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/c97321253aaf/ Log:Typos and details. diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst --- a/pypy/doc/release-1.9.0.rst +++ b/pypy/doc/release-1

[pypy-commit] cffi linux-only: A branch to try to rework verify(). The plan on this branch

2012-06-08 Thread arigo
Author: Armin Rigo Branch: linux-only Changeset: r275:9fa6feddb6a4 Date: 2012-06-08 09:26 +0200 http://bitbucket.org/cffi/cffi/changeset/9fa6feddb6a4/ Log:A branch to try to rework verify(). The plan on this branch is to not use 'platformer' but directly have custom linux-only gcc cal

[pypy-commit] cffi linux-only: Linux-only tweaks until the test passes.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: linux-only Changeset: r277:06856574ecd7 Date: 2012-06-08 11:17 +0200 http://bitbucket.org/cffi/cffi/changeset/06856574ecd7/ Log:Linux-only tweaks until the test passes. diff --git a/cffi/ffiplatform.py b/cffi/ffiplatform.py --- a/cffi/ffiplatform.py +++ b/cffi/ffip

[pypy-commit] cffi linux-only: Random check-in changing things here and there.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: linux-only Changeset: r276:fa4cf4de5635 Date: 2012-06-08 10:50 +0200 http://bitbucket.org/cffi/cffi/changeset/fa4cf4de5635/ Log:Random check-in changing things here and there. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -89,7 +89,7

[pypy-commit] pypy release-1.9.x: Added tag release-1.9 for changeset 341e1e3821ff

2012-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.9.x Changeset: r55497:98ef9d181944 Date: 2012-06-08 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/98ef9d181944/ Log:Added tag release-1.9 for changeset 341e1e3821ff diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -2,3 +2,4 @@

[pypy-commit] pypy default: update docs

2012-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r55498:a0aabbd71c1d Date: 2012-06-08 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/a0aabbd71c1d/ Log:update docs diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -45,9 +45,9 @@ # built doc

[pypy-commit] pypy default: typos

2012-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r55499:ee9cee4fa2c1 Date: 2012-06-08 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/ee9cee4fa2c1/ Log:typos diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst --- a/pypy/doc/release-1.9.0.rst +++ b/pypy/doc/release-1.9.0.

[pypy-commit] pypy.org extradoc: update

2012-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r358:3ad2ec1fee00 Date: 2012-06-08 11:45 +0200 http://bitbucket.org/pypy/pypy.org/changeset/3ad2ec1fee00/ Log:update diff --git a/source/compat.txt b/source/compat.txt --- a/source/compat.txt +++ b/source/compat.txt @@ -8,7 +8,7 @@ alre

[pypy-commit] pypy.org extradoc: update and regen

2012-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r359:f962655b6ef4 Date: 2012-06-08 11:46 +0200 http://bitbucket.org/pypy/pypy.org/changeset/f962655b6ef4/ Log:update and regen diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -49,7 +49,7 @@ language, passin

[pypy-commit] pypy.org extradoc: document changed windows runtime dependency

2012-06-08 Thread mattip
Author: mattip Branch: extradoc Changeset: r360:2c6a2a86b650 Date: 2012-06-08 12:54 +0300 http://bitbucket.org/pypy/pypy.org/changeset/2c6a2a86b650/ Log:document changed windows runtime dependency diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -73,8 +73

[pypy-commit] cffi linux-only: More tweaks, and a test that doesn't pass so far because of the "const"

2012-06-08 Thread arigo
Author: Armin Rigo Branch: linux-only Changeset: r278:aa788d07eb57 Date: 2012-06-08 12:04 +0200 http://bitbucket.org/cffi/cffi/changeset/aa788d07eb57/ Log:More tweaks, and a test that doesn't pass so far because of the "const" in the pointer declaration :-( diff --git a/cffi/cparser.

[pypy-commit] pypy.org extradoc: document changed windows runtime dependency in proper place

2012-06-08 Thread mattip
Author: mattip Branch: extradoc Changeset: r361:cd63e0632085 Date: 2012-06-08 13:04 +0300 http://bitbucket.org/pypy/pypy.org/changeset/cd63e0632085/ Log:document changed windows runtime dependency in proper place diff --git a/source/download.txt b/source/download.txt --- a/source/download.tx

[pypy-commit] pypy win-ordinal: merge default into branch

2012-06-08 Thread mattip
Author: mattip Branch: win-ordinal Changeset: r55500:d4ac45ed32e4 Date: 2012-06-08 13:25 +0300 http://bitbucket.org/pypy/pypy/changeset/d4ac45ed32e4/ Log:merge default into branch diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py --- a/lib-python/2.7/pickle.py +++ b/lib-python

[pypy-commit] cffi linux-only: Minimal fix for test_verify: track just "const pointers".

2012-06-08 Thread arigo
Author: Armin Rigo Branch: linux-only Changeset: r279:223ee076df94 Date: 2012-06-08 14:25 +0200 http://bitbucket.org/cffi/cffi/changeset/223ee076df94/ Log:Minimal fix for test_verify: track just "const pointers". diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi

[pypy-commit] pypy ppc-backend-2: Re-write _emit_call parameter passing.

2012-06-08 Thread edelsohn
Author: edelsohn Branch: ppc-backend-2 Changeset: r55501:13efcc37f854 Date: 2012-06-08 09:16 -0400 http://bitbucket.org/pypy/pypy/changeset/13efcc37f854/ Log:Re-write _emit_call parameter passing. diff --git a/pypy/jit/backend/ppc/opassembler.py b/pypy/jit/backend/ppc/opassembler.py --- a/py

[pypy-commit] pypy ppc-backend-2: Define MAX_FREG_ARGS.

2012-06-08 Thread edelsohn
Author: edelsohn Branch: ppc-backend-2 Changeset: r55502:ed7b317a7783 Date: 2012-06-08 09:17 -0400 http://bitbucket.org/pypy/pypy/changeset/ed7b317a7783/ Log:Define MAX_FREG_ARGS. diff --git a/pypy/jit/backend/ppc/arch.py b/pypy/jit/backend/ppc/arch.py --- a/pypy/jit/backend/ppc/arch.py +++ b

[pypy-commit] cffi linux-only: Progress on test_ffi_nonfull_struct(), but unfinished so far.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: linux-only Changeset: r280:1420a9fb32b8 Date: 2012-06-08 15:49 +0200 http://bitbucket.org/cffi/cffi/changeset/1420a9fb32b8/ Log:Progress on test_ffi_nonfull_struct(), but unfinished so far. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/

[pypy-commit] pypy default: Kill this paragraph: this CPython difference was removed some time ago.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r55503:68f8d7152a45 Date: 2012-06-08 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/68f8d7152a45/ Log:Kill this paragraph: this CPython difference was removed some time ago. diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_

[pypy-commit] pypy default: issue1043 3rd issue fixed

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r55504:4151f9c406b6 Date: 2012-06-08 16:17 +0200 http://bitbucket.org/pypy/pypy/changeset/4151f9c406b6/ Log:issue1043 3rd issue fixed diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py --- a/pypy/translator/goal/app_main.py

[pypy-commit] pypy app_main-refactor: a branch where to move part of the app_main logic to interp-level

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55505:c6617ad27bda Date: 2012-06-08 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/c6617ad27bda/ Log:a branch where to move part of the app_main logic to interp-level ___ pypy-commit

[pypy-commit] pypy app_main-refactor: add rlib.rpath, which contains RPython (and more limited) versions of some os.path functions

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55507:4ac1f0f2666b Date: 2012-06-08 14:33 +0200 http://bitbucket.org/pypy/pypy/changeset/4ac1f0f2666b/ Log:add rlib.rpath, which contains RPython (and more limited) versions of some os.path functions diff --git a/pypy/rlib/rp

[pypy-commit] pypy app_main-refactor: port the logic to find sys.executable from app_main to interp-level and test

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55506:54e164d970a6 Date: 2012-06-08 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/54e164d970a6/ Log:port the logic to find sys.executable from app_main to interp-level and test it thoughtfully. This is not yet complete,

[pypy-commit] pypy app_main-refactor: move the logic to compute the stdlib path to its own file

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55508:71e19f8cab3d Date: 2012-06-08 15:21 +0200 http://bitbucket.org/pypy/pypy/changeset/71e19f8cab3d/ Log:move the logic to compute the stdlib path to its own file diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.

[pypy-commit] pypy app_main-refactor: fix typos

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55510:a8be974432ba Date: 2012-06-08 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a8be974432ba/ Log:fix typos diff --git a/pypy/module/sys/initpath.py b/pypy/module/sys/initpath.py --- a/pypy/module/sys/initpath.py +++ b/pypy/

[pypy-commit] pypy app_main-refactor: copy the logic to find the stdlib from app_main into sys.initpath, and make it rpython. Also, add tests for it, which is always good :-)

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55509:203459fe802c Date: 2012-06-08 16:11 +0200 http://bitbucket.org/pypy/pypy/changeset/203459fe802c/ Log:copy the logic to find the stdlib from app_main into sys.initpath, and make it rpython. Also, add tests for it, which i

[pypy-commit] pypy app_main-refactor: we can't set sys.prefix, else we break the world

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55514:06ca172f0769 Date: 2012-06-08 17:30 +0200 http://bitbucket.org/pypy/pypy/changeset/06ca172f0769/ Log:we can't set sys.prefix, else we break the world diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main

[pypy-commit] pypy app_main-refactor: fix py.py now that pypy_initial_path has gone

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55511:5e7431c1a880 Date: 2012-06-08 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/5e7431c1a880/ Log:fix py.py now that pypy_initial_path has gone diff --git a/pypy/bin/py.py b/pypy/bin/py.py --- a/pypy/bin/py.py +++ b/pypy/bin

[pypy-commit] pypy app_main-refactor: kill get_library_path and setup_sys_executable from app_main: instead we call sys.pypy_find_executable and sys.pypy_find_stdlib which are now implemented at inter

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55512:1b01600150e1 Date: 2012-06-08 17:07 +0200 http://bitbucket.org/pypy/pypy/changeset/1b01600150e1/ Log:kill get_library_path and setup_sys_executable from app_main: instead we call sys.pypy_find_executable and sys.pypy_fin

[pypy-commit] pypy app_main-refactor: fix test_pythonwarnings

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55513:0ab5f2e359c6 Date: 2012-06-08 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/0ab5f2e359c6/ Log:fix test_pythonwarnings diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py --- a/pypy/translator

[pypy-commit] pypy app_main-refactor: rpython fix, and fix checkmodule to run with sys

2012-06-08 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55515:26189d7c5fb5 Date: 2012-06-08 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/26189d7c5fb5/ Log:rpython fix, and fix checkmodule to run with sys diff --git a/pypy/module/sys/initpath.py b/pypy/module/sys/initpath.py --- a/

[pypy-commit] pypy default: Add a test that passes on x86.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r55516:1c3d248e35b6 Date: 2012-06-08 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/1c3d248e35b6/ Log:Add a test that passes on x86. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/t

[pypy-commit] pypy default: Update by printing the loop.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r55517:d41e4b67a0d1 Date: 2012-06-08 18:30 +0200 http://bitbucket.org/pypy/pypy/changeset/d41e4b67a0d1/ Log:Update by printing the loop. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/tes

[pypy-commit] pypy default: Update to accept '??', produced by recent dumps.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r55518:f0daafccddc5 Date: 2012-06-08 18:30 +0200 http://bitbucket.org/pypy/pypy/changeset/f0daafccddc5/ Log:Update to accept '??', produced by recent dumps. diff --git a/pypy/jit/backend/x86/tool/viewcode.py b/pypy/jit/backend/x86/tool/viewcode.py ---

[pypy-commit] pypy slightly-shorter-c: A branch, just to compare a quick hack

2012-06-08 Thread arigo
Author: Armin Rigo Branch: slightly-shorter-c Changeset: r55519:a0e355f34b50 Date: 2012-06-08 18:57 +0200 http://bitbucket.org/pypy/pypy/changeset/a0e355f34b50/ Log:A branch, just to compare a quick hack ___ pypy-commit mailing list pypy-commit@pyt

[pypy-commit] pypy slightly-shorter-c: Rework the generated assembler to avoid duplicating operations

2012-06-08 Thread arigo
Author: Armin Rigo Branch: slightly-shorter-c Changeset: r55520:aff548961c1e Date: 2012-06-08 18:57 +0200 http://bitbucket.org/pypy/pypy/changeset/aff548961c1e/ Log:Rework the generated assembler to avoid duplicating operations in the blocks that are the heads of loops. diff --git a/

[pypy-commit] pypy ppc-backend-2: Do not import count_reg_args.

2012-06-08 Thread edelsohn
Author: edelsohn Branch: ppc-backend-2 Changeset: r55521:8a85a2b43c31 Date: 2012-06-08 13:42 -0400 http://bitbucket.org/pypy/pypy/changeset/8a85a2b43c31/ Log:Do not import count_reg_args. diff --git a/pypy/jit/backend/ppc/opassembler.py b/pypy/jit/backend/ppc/opassembler.py --- a/pypy/jit/ba

[pypy-commit] pypy ppc-backend-2: Import test_arguments_to_execute_token.

2012-06-08 Thread edelsohn
Author: edelsohn Branch: ppc-backend-2 Changeset: r55522:c74c0f13764a Date: 2012-06-08 13:43 -0400 http://bitbucket.org/pypy/pypy/changeset/c74c0f13764a/ Log:Import test_arguments_to_execute_token. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a

[pypy-commit] pypy default: Add more instructions to ignore by copying from Intel docs.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r55523:a9a8faa76bca Date: 2012-06-08 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/a9a8faa76bca/ Log:Add more instructions to ignore by copying from Intel docs. diff --git a/pypy/translator/c/gcc/trackgcroot.py b/pypy/translator/c/gcc/trackgcroo

[pypy-commit] pypy slightly-shorter-c: hg merge default

2012-06-08 Thread arigo
Author: Armin Rigo Branch: slightly-shorter-c Changeset: r55524:9b6413fce4bc Date: 2012-06-08 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/9b6413fce4bc/ Log:hg merge default diff --git a/pypy/translator/c/gcc/trackgcroot.py b/pypy/translator/c/gcc/trackgcroot.py --- a/pypy/translato

[pypy-commit] pypy stm-thread: Disable this useless-so-far computation

2012-06-08 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55525:2fde41f7de8a Date: 2012-06-08 20:59 +0200 http://bitbucket.org/pypy/pypy/changeset/2fde41f7de8a/ Log:Disable this useless-so-far computation diff --git a/pypy/rpython/memory/gctransform/stmframework.py b/pypy/rpython/memory/gctransform

[pypy-commit] pypy stm-thread: Kill a non-useful field.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55526:9279468b050e Date: 2012-06-08 21:09 +0200 http://bitbucket.org/pypy/pypy/changeset/9279468b050e/ Log:Kill a non-useful field. diff --git a/pypy/translator/stm/src_stm/core.c b/pypy/translator/stm/src_stm/core.c --- a/pypy/translator/st

[pypy-commit] pypy ppc-backend-2: Increment over GPRs for float arguments.

2012-06-08 Thread edelsohn
Author: edelsohn Branch: ppc-backend-2 Changeset: r55529:060304becc87 Date: 2012-06-08 15:13 -0400 http://bitbucket.org/pypy/pypy/changeset/060304becc87/ Log:Increment over GPRs for float arguments. diff --git a/pypy/jit/backend/ppc/regalloc.py b/pypy/jit/backend/ppc/regalloc.py --- a/pypy/ji

[pypy-commit] pypy ppc-backend-2: Print values array in test_arguments_to_execute_token.

2012-06-08 Thread edelsohn
Author: edelsohn Branch: ppc-backend-2 Changeset: r55527:60b7b19d4861 Date: 2012-06-08 15:11 -0400 http://bitbucket.org/pypy/pypy/changeset/60b7b19d4861/ Log:Print values array in test_arguments_to_execute_token. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runne

[pypy-commit] pypy ppc-backend-2: Push and Pop floats.

2012-06-08 Thread edelsohn
Author: edelsohn Branch: ppc-backend-2 Changeset: r55528:b63b8f61eaec Date: 2012-06-08 15:12 -0400 http://bitbucket.org/pypy/pypy/changeset/b63b8f61eaec/ Log:Push and Pop floats. diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.py --- a/pypy/jit/backend

[pypy-commit] pypy stm-thread: Tweak.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55530:79d99ff94bf2 Date: 2012-06-08 21:16 +0200 http://bitbucket.org/pypy/pypy/changeset/79d99ff94bf2/ Log:Tweak. diff --git a/pypy/translator/stm/src_stm/core.c b/pypy/translator/stm/src_stm/core.c --- a/pypy/translator/stm/src_stm/core.c +