[pypy-commit] pypy default: Try to better support -fPIC compiler option in trackgcroot.

2012-04-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r54211:10f1ff48184b Date: 2012-04-05 23:38 +0200 http://bitbucket.org/pypy/pypy/changeset/10f1ff48184b/ Log:Try to better support -fPIC compiler option in trackgcroot. diff --git a/pypy/translator/c/gcc/trackgcroot.py b/pypy/translator/c/gcc/

[pypy-commit] pypy win64-stage1: Closed branch win64-stage1

2012-04-05 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r54210:e37b6d1dd329 Date: 2012-04-05 18:25 +0200 http://bitbucket.org/pypy/pypy/changeset/e37b6d1dd329/ Log:Closed branch win64-stage1 ___ pypy-commit mailing list pypy-commit@python.org htt

Re: [pypy-commit] [pypy/pypy] PyFile_FromFile implementation (pull request #68)

2012-04-05 Thread Roberto De Ioris
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/68/pyfile_fromfile-implementation#comment-4836 Roberto De Ioris (unbit) said: that should be enough: https://bitbucket.org/unbit/pypy/changeset/d356d169e770 i will remake the pull-request later as i am about to commit ano

[pypy-commit] pypy default: fix float-to-time conversion in windows

2012-04-05 Thread mattip
Author: Matti Picus Branch: Changeset: r54209:a7b45b1ec178 Date: 2012-04-05 17:54 +0300 http://bitbucket.org/pypy/pypy/changeset/a7b45b1ec178/ Log:fix float-to-time conversion in windows diff --git a/pypy/rpython/module/ll_os_stat.py b/pypy/rpython/module/ll_os_stat.py --- a/pypy/rpython/m

[pypy-commit] pypy win32-cleanup2: simplify

2012-04-05 Thread mattip
Author: Matti Picus Branch: win32-cleanup2 Changeset: r54208:f1aae6ad9af7 Date: 2012-04-05 17:53 +0300 http://bitbucket.org/pypy/pypy/changeset/f1aae6ad9af7/ Log:simplify diff --git a/pypy/rpython/module/ll_os_stat.py b/pypy/rpython/module/ll_os_stat.py --- a/pypy/rpython/module/ll_os_stat.

Re: [pypy-commit] [pypy/pypy] PyFile_FromFile implementation (pull request #68)

2012-04-05 Thread Amaury Forgeot d'Arc
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/68/pyfile_fromfile-implementation#comment-4832 Amaury Forgeot d'Arc (amauryfa) said: Looks good. I'd fflush() the FILE* though, to avoid a potential loss of data. -- This is a pull request comment notification from bitbuc

[pypy-commit] pypy arm-backend-2: disable longlong support until I find a way to implement read_timestamp on ARM

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54206:b3ce03aac72d Date: 2012-04-05 12:14 + http://bitbucket.org/pypy/pypy/changeset/b3ce03aac72d/ Log:disable longlong support until I find a way to implement read_timestamp on ARM diff --git a/pypy/jit/backend/arm/runner

[pypy-commit] pypy arm-backend-2: implement the read timestamp operation. But it only works in privileged mode. Bah.

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54205:81fad4c1e587 Date: 2012-04-05 12:07 + http://bitbucket.org/pypy/pypy/changeset/81fad4c1e587/ Log:implement the read timestamp operation. But it only works in privileged mode. Bah. diff --git a/pypy/jit/backend/arm/in

[pypy-commit] pypy arm-backend-2: backout 20eca32afd29

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54207:30c3a37d897a Date: 2012-04-05 12:17 + http://bitbucket.org/pypy/pypy/changeset/30c3a37d897a/ Log:backout 20eca32afd29 diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/b

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

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54204:43c292b41c22 Date: 2012-03-28 11:40 + http://bitbucket.org/pypy/pypy/changeset/43c292b41c22/ Log:fix merge diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test

[pypy-commit] pypy arm-backend-2: mark test_convert_float_bytes as requiring longlong support

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54203:20eca32afd29 Date: 2012-03-28 11:37 + http://bitbucket.org/pypy/pypy/changeset/20eca32afd29/ Log:mark test_convert_float_bytes as requiring longlong support diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backe

[pypy-commit] pypy arm-backend-2: Add tests for SIMD instructions and fix VORR

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54200:563b0debb79e Date: 2012-03-28 10:32 + http://bitbucket.org/pypy/pypy/changeset/563b0debb79e/ Log:Add tests for SIMD instructions and fix VORR diff --git a/pypy/jit/backend/arm/instructions.py b/pypy/jit/backend/arm/instruct

[pypy-commit] pypy arm-backend-2: implement convert_float_bytes_to_longlong

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54202:fdde7a2ddb35 Date: 2012-03-28 11:35 + http://bitbucket.org/pypy/pypy/changeset/fdde7a2ddb35/ Log:implement convert_float_bytes_to_longlong diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.

[pypy-commit] pypy arm-backend-2: refactor cast_float_to_int and cast_int_to_float using the VMOV operation

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54199:cf3f78de7344 Date: 2012-03-27 17:02 + http://bitbucket.org/pypy/pypy/changeset/cf3f78de7344/ Log:refactor cast_float_to_int and cast_int_to_float using the VMOV operation diff --git a/pypy/jit/backend/arm/opassembler

[pypy-commit] pypy arm-backend-2: start implementing the long long support

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54198:7dbbed165924 Date: 2012-03-27 12:23 + http://bitbucket.org/pypy/pypy/changeset/7dbbed165924/ Log:start implementing the long long support diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --

[pypy-commit] pypy arm-backend-2: add llong_to_int implementation

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54201:9f746b2b318e Date: 2012-03-28 11:22 + http://bitbucket.org/pypy/pypy/changeset/9f746b2b318e/ Log:add llong_to_int implementation diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py --- a/p

[pypy-commit] pypy arm-backend-2: combine all the mixins for operation implementations and change the assembler setup

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54197:3f8b478d181b Date: 2012-03-27 12:21 + http://bitbucket.org/pypy/pypy/changeset/3f8b478d181b/ Log:combine all the mixins for operation implementations and change the assembler setup diff --git a/pypy/jit/backend/arm/a

[pypy-commit] pypy default: merge heads

2012-04-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r54195:057219807d73 Date: 2012-04-05 10:14 +0200 http://bitbucket.org/pypy/pypy/changeset/057219807d73/ Log:merge heads diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py +++ b/

[pypy-commit] pypy default: minimark: Tweaks to reduce by one the number of checks in the common

2012-04-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r54194:01a73d86d3c7 Date: 2012-04-04 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/01a73d86d3c7/ Log:minimark: Tweaks to reduce by one the number of checks in the common case. diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpytho