[pypy-commit] pypy default: bah, test&fix for a bug introduced by 065c98a10f0d (commit message: "that way easy" :-))

2011-07-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45859:0a106042ba51 Date: 2011-07-22 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/0a106042ba51/ Log:bah, test&fix for a bug introduced by 065c98a10f0d (commit message: "that way easy" :-)) diff --git a/pypy/tool/jitlogparser/parser.py

[pypy-commit] pypy default: this setfield_gc is now put after the others, not sure why

2011-07-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45860:5f276f80b50d Date: 2011-07-22 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/5f276f80b50d/ Log:this setfield_gc is now put after the others, not sure why diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/t

[pypy-commit] pypy default: skip these tests with -A

2011-07-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45861:52ac2c66da7a Date: 2011-07-22 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/52ac2c66da7a/ Log:skip these tests with -A diff --git a/pypy/objspace/std/test/test_identitydict.py b/pypy/objspace/std/test/test_identitydict.py --- a/pypy/obj

[pypy-commit] pypy default: I got a value of 0.014 on tannit, use a more relaxed limit

2011-07-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45862:aa59a8ff9a8a Date: 2011-07-22 10:22 +0200 http://bitbucket.org/pypy/pypy/changeset/aa59a8ff9a8a/ Log:I got a value of 0.014 on tannit, use a more relaxed limit diff --git a/pypy/module/select/test/test_epoll.py b/pypy/module/select/test/test_e

[pypy-commit] pypy default: we always require opt level

2011-07-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45863:e843aa0db385 Date: 2011-07-22 10:54 +0200 http://bitbucket.org/pypy/pypy/changeset/e843aa0db385/ Log:we always require opt level diff --git a/pypy/tool/release/win32build.py b/pypy/tool/release/win32build.py --- a/pypy/tool/release/win32b

[pypy-commit] pypy default: merge

2011-07-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45864:275b0363057a Date: 2011-07-22 10:55 +0200 http://bitbucket.org/pypy/pypy/changeset/275b0363057a/ Log:merge diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/in

[pypy-commit] pypy default: (brutal_chaos) add instructions about large builds

2011-07-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45865:3512ed4d4408 Date: 2011-07-22 10:58 +0200 http://bitbucket.org/pypy/pypy/changeset/3512ed4d4408/ Log:(brutal_chaos) add instructions about large builds diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst ++

[pypy-commit] pypy default: I think getargs() here was intentional

2011-07-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45866:db35aeee54c8 Date: 2011-07-22 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/db35aeee54c8/ Log:I think getargs() here was intentional diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/j

[pypy-commit] jitviewer default: merge

2011-07-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r154:f41ef1a56836 Date: 2011-07-22 11:36 +0200 http://bitbucket.org/pypy/jitviewer/changeset/f41ef1a56836/ Log:merge diff --git a/_jitviewer/static/script.js b/_jitviewer/static/script.js --- a/_jitviewer/static/script.js +++ b/_jitviewer/static

[pypy-commit] jitviewer default: make call_assembler clickable

2011-07-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r155:41244cedfca0 Date: 2011-07-22 11:39 +0200 http://bitbucket.org/pypy/jitviewer/changeset/41244cedfca0/ Log:make call_assembler clickable diff --git a/_jitviewer/parser.py b/_jitviewer/parser.py --- a/_jitviewer/parser.py +++ b/_jitviewer/par

[pypy-commit] jitviewer default: minor things - show selected loop

2011-07-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r156:fd367a7f871d Date: 2011-07-22 11:48 +0200 http://bitbucket.org/pypy/jitviewer/changeset/fd367a7f871d/ Log:minor things - show selected loop diff --git a/_jitviewer/static/script.js b/_jitviewer/static/script.js --- a/_jitviewer/static/scrip

[pypy-commit] pypy default: Update this piece of doc.

2011-07-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r45867:6d9fbc591141 Date: 2011-07-21 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/6d9fbc591141/ Log:Update this piece of doc. diff --git a/pypy/doc/config/translation.gc.txt b/pypy/doc/config/translation.gc.txt --- a/pypy/doc/config/translation

[pypy-commit] pypy custom-trace: Step 1 (not translated so far) to add custom tracers.

2011-07-22 Thread arigo
Author: Armin Rigo Branch: custom-trace Changeset: r45868:775391fe3185 Date: 2011-07-21 21:13 +0200 http://bitbucket.org/pypy/pypy/changeset/775391fe3185/ Log:Step 1 (not translated so far) to add custom tracers. diff --git a/pypy/rpython/lltypesystem/lltype.py b/pypy/rpython/lltypesystem/l

[pypy-commit] pypy custom-trace: test_transformed_gc for custom tracers.

2011-07-22 Thread arigo
Author: Armin Rigo Branch: custom-trace Changeset: r45869:7467e121d4ac Date: 2011-07-21 21:28 +0200 http://bitbucket.org/pypy/pypy/changeset/7467e121d4ac/ Log:test_transformed_gc for custom tracers. diff --git a/pypy/rpython/memory/gctransform/framework.py b/pypy/rpython/memory/gctransform/

[pypy-commit] pypy custom-trace: A test in test_newgc too.

2011-07-22 Thread arigo
Author: Armin Rigo Branch: custom-trace Changeset: r45870:8d3a4293d164 Date: 2011-07-21 21:35 +0200 http://bitbucket.org/pypy/pypy/changeset/8d3a4293d164/ Log:A test in test_newgc too. diff --git a/pypy/translator/c/test/test_newgc.py b/pypy/translator/c/test/test_newgc.py --- a/pypy/transl

[pypy-commit] pypy custom-trace: typo

2011-07-22 Thread arigo
Author: Armin Rigo Branch: custom-trace Changeset: r45871:bba99b2fc522 Date: 2011-07-22 09:16 +0200 http://bitbucket.org/pypy/pypy/changeset/bba99b2fc522/ Log:typo diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minimark.py --- a/pypy/rpython/memory/gc/minimark.py +

[pypy-commit] pypy custom-trace: Move the ShadowStackRootWalker in its own file. No other change.

2011-07-22 Thread arigo
Author: Armin Rigo Branch: custom-trace Changeset: r45872:688b0606d3d8 Date: 2011-07-22 09:22 +0200 http://bitbucket.org/pypy/pypy/changeset/688b0606d3d8/ Log:Move the ShadowStackRootWalker in its own file. No other change. diff --git a/pypy/rpython/memory/gctransform/framework.py b/pypy/rp

[pypy-commit] pypy default: merge heads

2011-07-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r45873:63a68e798693 Date: 2011-07-22 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/63a68e798693/ Log:merge heads diff --git a/lib-python/modified-2.7/distutils/sysconfig_pypy.py b/lib-python/modified-2.7/distutils/sysconfig_pypy.py --- a/lib-pyt

[pypy-commit] pypy default: Typo. Thanks anto :-)

2011-07-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r45874:4c725eb2f10f Date: 2011-07-22 13:26 +0200 http://bitbucket.org/pypy/pypy/changeset/4c725eb2f10f/ Log:Typo. Thanks anto :-) diff --git a/pypy/doc/config/translation.gc.txt b/pypy/doc/config/translation.gc.txt --- a/pypy/doc/config/translation.gc.

[pypy-commit] pypy tealet: Support tealets on asmgcc too. It's actually easy, unless I'm

2011-07-22 Thread arigo
Author: Armin Rigo Branch: tealet Changeset: r45876:d6075e673700 Date: 2011-07-15 09:38 +0200 http://bitbucket.org/pypy/pypy/changeset/d6075e673700/ Log:Support tealets on asmgcc too. It's actually easy, unless I'm missing something. diff --git a/pypy/config/translationoption.py b/py

[pypy-commit] pypy tealet: hg merge custom-trace

2011-07-22 Thread arigo
Author: Armin Rigo Branch: tealet Changeset: r45879:9b46053cc47d Date: 2011-07-22 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9b46053cc47d/ Log:hg merge custom-trace diff --git a/pypy/rpython/memory/gctransform/framework.py b/pypy/rpython/memory/gctransform/framework.py --- a/pypy/

[pypy-commit] jitviewer default: make it clearer that these ops are guards; also, use == insteaf of 'is' for guard_value, because it's more correct in case of eg guard(i4 == 0) vs guard(i4 is 0)

2011-07-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r157:a6e6c83ade89 Date: 2011-07-22 12:12 +0200 http://bitbucket.org/pypy/jitviewer/changeset/a6e6c83ade89/ Log:make it clearer that these ops are guards; also, use == insteaf of 'is' for guard_value, because it's more correct in case of eg

[pypy-commit] jitviewer default: use a nicer color (light gray) to highlight the selected loop

2011-07-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r158:0d2e083b7862 Date: 2011-07-22 14:57 +0200 http://bitbucket.org/pypy/jitviewer/changeset/0d2e083b7862/ Log:use a nicer color (light gray) to highlight the selected loop diff --git a/_jitviewer/static/style.css b/_jitviewer/static/style.css --- a/_

[pypy-commit] pypy default: Missing calls to close(). This really creates rare crashes, because of

2011-07-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r45880:349b4b7df46e Date: 2011-07-22 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/349b4b7df46e/ Log:Missing calls to close(). This really creates rare crashes, because of an opened, non-flushed write file is left behind by a test, and a

[pypy-commit] pypy ppc-jit-backend: Removed parameter change of --architecture flag in objdump call.

2011-07-22 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r45881:1a88619622ec Date: 2011-07-19 11:54 +0200 http://bitbucket.org/pypy/pypy/changeset/1a88619622ec/ Log:Removed parameter change of --architecture flag in objdump call. diff --git a/pypy/jit/backend/arm/tool/objdump.py b/pypy/jit/backend/

[pypy-commit] pypy ppc-jit-backend: Added test_runner.py and removed x86 stuff from runner.py .

2011-07-22 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r45882:945ddbb14fe5 Date: 2011-07-19 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/945ddbb14fe5/ Log:Added test_runner.py and removed x86 stuff from runner.py . diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_runner.py b/pypy/jit/ba

[pypy-commit] pypy ppc-jit-backend: Execute floating point related test only if floating point ops are supported.

2011-07-22 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r45883:0423752b019b Date: 2011-07-22 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/0423752b019b/ Log:Execute floating point related test only if floating point ops are supported. diff --git a/pypy/jit/backend/test/runner_test.py

[pypy-commit] pypy ppc-jit-backend: Renamed class MyPPCAssembler to PPCBuilder, added some methods for code generation.

2011-07-22 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r45884:762f25673182 Date: 2011-07-22 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/762f25673182/ Log:Renamed class MyPPCAssembler to PPCBuilder, added some methods for code generation. diff --git a/pypy/jit/backend/ppc/ppcgen/pp

[pypy-commit] pypy ppc-jit-backend: Skip floating point tests for now.

2011-07-22 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r45885:a6907c4a6995 Date: 2011-07-22 16:55 +0200 http://bitbucket.org/pypy/pypy/changeset/a6907c4a6995/ Log:Skip floating point tests for now. diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_runner.py b/pypy/jit/backend/ppc/ppcgen/test/tes

[pypy-commit] pypy ppc-jit-backend: Started implementing the PPC_64_CPU class.

2011-07-22 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r45886:e24c11f9222b Date: 2011-07-22 16:57 +0200 http://bitbucket.org/pypy/pypy/changeset/e24c11f9222b/ Log:Started implementing the PPC_64_CPU class. diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py --- a/pypy/jit/

[pypy-commit] pypy default: Wrap text. No other change.

2011-07-22 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r45887:554404f0776e Date: 2011-07-22 22:15 +0200 http://bitbucket.org/pypy/pypy/changeset/554404f0776e/ Log:Wrap text. No other change. diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.

[pypy-commit] pypy default: Expand /3GB stuff a bit

2011-07-22 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r45888:3540a8fca517 Date: 2011-07-22 22:29 +0200 http://bitbucket.org/pypy/pypy/changeset/3540a8fca517/ Log:Expand /3GB stuff a bit diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst

[pypy-commit] pypy ootype-rerased: Implementation of oo{, un}box_int for CLI.

2011-07-22 Thread ademan
Author: Daniel Roberts Branch: ootype-rerased Changeset: r45889:96a48cd97218 Date: 2011-07-22 14:29 -0700 http://bitbucket.org/pypy/pypy/changeset/96a48cd97218/ Log:Implementation of oo{,un}box_int for CLI. diff --git a/pypy/translator/cli/metavm.py b/pypy/translator/cli/metavm.py --- a/pypy

[pypy-commit] pypy default: numpy: added copy and made set slice work when setting to part of the same array

2011-07-22 Thread justinpeel
Author: Justin Peel Branch: Changeset: r45890:0055fef080ed Date: 2011-07-22 18:10 -0600 http://bitbucket.org/pypy/pypy/changeset/0055fef080ed/ Log:numpy: added copy and made set slice work when setting to part of the same array diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy ootype-rerased: Ignore jit_force_quasi_immutable on CLI

2011-07-22 Thread ademan
Author: Daniel Roberts Branch: ootype-rerased Changeset: r45891:655cd69271e7 Date: 2011-07-22 17:47 -0700 http://bitbucket.org/pypy/pypy/changeset/655cd69271e7/ Log:Ignore jit_force_quasi_immutable on CLI diff --git a/pypy/translator/cli/opcodes.py b/pypy/translator/cli/opcodes.py --- a/pypy

[pypy-commit] pypy ootype-rerased: Test for oo{, un}box_int llinterp implementation.

2011-07-22 Thread ademan
Author: Daniel Roberts Branch: ootype-rerased Changeset: r45892:90c81e2af0f1 Date: 2011-07-22 18:38 -0700 http://bitbucket.org/pypy/pypy/changeset/90c81e2af0f1/ Log:Test for oo{,un}box_int llinterp implementation. diff --git a/pypy/rpython/test/test_rint.py b/pypy/rpython/test/test_rint.py -