[pypy-commit] pypy kill-typesystem: merge lltypesystem.rvirtualizable2 into rtyper.rvirtualizable2

2013-07-28 Thread rlamy
Author: Ronan Lamy Branch: kill-typesystem Changeset: r65765:48dff2fcd56e Date: 2013-07-29 02:05 +0100 http://bitbucket.org/pypy/pypy/changeset/48dff2fcd56e/ Log:merge lltypesystem.rvirtualizable2 into rtyper.rvirtualizable2 diff --git a/rpython/rtyper/lltypesystem/rvirtualizable2.py b/rpyt

[pypy-commit] pypy kill-typesystem: kill typesystem specialization

2013-07-28 Thread rlamy
Author: Ronan Lamy Branch: kill-typesystem Changeset: r65763:5187c3d557f1 Date: 2013-07-28 20:54 +0100 http://bitbucket.org/pypy/pypy/changeset/5187c3d557f1/ Log:kill typesystem specialization diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py --- a/rpython/rtyper/ann

[pypy-commit] pypy default: Documented this merged branch.

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65762:a8ee65110a32 Date: 2013-07-28 16:31 -0700 http://bitbucket.org/pypy/pypy/changeset/a8ee65110a32/ Log:Documented this merged branch. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/

[pypy-commit] pypy default: removed these assertions for now, they're too brittle

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65761:0bf4ba17240d Date: 2013-07-28 16:30 -0700 http://bitbucket.org/pypy/pypy/changeset/0bf4ba17240d/ Log:removed these assertions for now, they're too brittle diff --git a/rpython/rtyper/module/test/test_ll_os.py b/rpython/rtyper/module/test/test_l

[pypy-commit] pypy default: Removed some code that had been commented out since forever:

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65760:6137a9ea6b51 Date: 2013-07-28 13:12 -0700 http://bitbucket.org/pypy/pypy/changeset/6137a9ea6b51/ Log:Removed some code that had been commented out since forever: http://nedbatchelder.com/text/deleting-code.html diff --git a/rpython/anno

[pypy-commit] pypy kill-gen-store-back-in: merge mistake

2013-07-28 Thread arigo
Author: Armin Rigo Branch: kill-gen-store-back-in Changeset: r65759:b7706614544c Date: 2013-07-28 22:04 +0200 http://bitbucket.org/pypy/pypy/changeset/b7706614544c/ Log:merge mistake diff --git a/rpython/jit/metainterp/test/test_virtualizable.py b/rpython/jit/metainterp/test/test_virtualiza

[pypy-commit] pypy kill-gen-store-back-in: hg merge default

2013-07-28 Thread arigo
Author: Armin Rigo Branch: kill-gen-store-back-in Changeset: r65758:cd29aa0e80ae Date: 2013-07-28 21:52 +0200 http://bitbucket.org/pypy/pypy/changeset/cd29aa0e80ae/ Log:hg merge default diff --git a/pypy/doc/config/translation.ootype.mangle.txt b/pypy/doc/config/translation.ootype.mangle.tx

[pypy-commit] pypy default: Removed yet more code and docs that were ootype specific.

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65757:deab847b00d8 Date: 2013-07-28 12:51 -0700 http://bitbucket.org/pypy/pypy/changeset/deab847b00d8/ Log:Removed yet more code and docs that were ootype specific. diff --git a/pypy/doc/config/translation.ootype.mangle.txt b/pypy/doc/config/translat

[pypy-commit] pypy default: Removed some more references to ootypesystem.

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65755:1cada6d5b7b2 Date: 2013-07-28 12:44 -0700 http://bitbucket.org/pypy/pypy/changeset/1cada6d5b7b2/ Log:Removed some more references to ootypesystem. diff --git a/rpython/rtyper/test/test_rvirtualizable2.py b/rpython/rtyper/test/test_rvirtualizabl

[pypy-commit] pypy default: Remove some parameters that became unused over the lfietime of this branch.

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65753:c454418f5a34 Date: 2013-07-28 12:37 -0700 http://bitbucket.org/pypy/pypy/changeset/c454418f5a34/ Log:Remove some parameters that became unused over the lfietime of this branch. diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/co

[pypy-commit] pypy default: merged upstream

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65754:fe9ac340d631 Date: 2013-07-28 12:38 -0700 http://bitbucket.org/pypy/pypy/changeset/fe9ac340d631/ Log:merged upstream diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py --- a/pypy/tool/pypyjit.py +++ b/pypy/tool/pypyjit.py @@ -7,11 +7,18 @@

[pypy-commit] pypy default: fixes

2013-07-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r65752:110dab59f002 Date: 2013-07-28 21:36 +0200 http://bitbucket.org/pypy/pypy/changeset/110dab59f002/ Log:fixes diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py --- a/pypy/tool/pypyjit.py +++ b/pypy/tool/pypyjit.py @@ -7,11 +7,18 @@ import

[pypy-commit] pypy fast-slowpath: close to-be-merged branch

2013-07-28 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65750:1290b475ed8b Date: 2013-07-28 21:26 +0200 http://bitbucket.org/pypy/pypy/changeset/1290b475ed8b/ Log:close to-be-merged branch ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] cffi default: We started to add bug fixes to libffi_msvc.

2013-07-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1297:5877e7273c75 Date: 2013-07-28 21:18 +0200 http://bitbucket.org/cffi/cffi/changeset/5877e7273c75/ Log:We started to add bug fixes to libffi_msvc. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -55,10 +55,7 @@ COMPILE_LIBFFI

[pypy-commit] pypy default: removed more references to the ootyep backends, particularly in the docs

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65748:ea18f777ec85 Date: 2013-07-28 10:54 -0700 http://bitbucket.org/pypy/pypy/changeset/ea18f777ec85/ Log:removed more references to the ootyep backends, particularly in the docs diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -

[pypy-commit] pypy kill-typesystem: Actually remove type_system argument from RPythonTyper.__init__()

2013-07-28 Thread rlamy
Author: Ronan Lamy Branch: kill-typesystem Changeset: r65747:d4e96e6dcae7 Date: 2013-07-28 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/d4e96e6dcae7/ Log:Actually remove type_system argument from RPythonTyper.__init__() diff --git a/rpython/jit/metainterp/test/test_virtualizable.py

[pypy-commit] pypy default: Removed some more ootyep specific things.

2013-07-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65746:b4d07b830269 Date: 2013-07-28 10:43 -0700 http://bitbucket.org/pypy/pypy/changeset/b4d07b830269/ Log:Removed some more ootyep specific things. diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py --- a/rpython/annotator/unary

[pypy-commit] stmgc default: Better code this way

2013-07-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r469:0ebfd6dd4f46 Date: 2013-07-28 16:05 +0200 http://bitbucket.org/pypy/stmgc/changeset/0ebfd6dd4f46/ Log:Better code this way diff --git a/c4/stmgc.h b/c4/stmgc.h --- a/c4/stmgc.h +++ b/c4/stmgc.h @@ -160,13 +160,13 @@ #define UNLIKELY(test) __built

[pypy-commit] stmgc default: "static inline" functions are not quite as good as macros. gcc seems to

2013-07-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r468:454ae0c1eb07 Date: 2013-07-28 15:56 +0200 http://bitbucket.org/pypy/stmgc/changeset/454ae0c1eb07/ Log:"static inline" functions are not quite as good as macros. gcc seems to inline the functions partially only. diff --git a/c4/stmgc.h b/c4/

[pypy-commit] pypy fast-slowpath: Fix this test for cond_call

2013-07-28 Thread arigo
Author: Armin Rigo Branch: fast-slowpath Changeset: r65745:e8646d8bfe61 Date: 2013-07-28 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/e8646d8bfe61/ Log:Fix this test for cond_call diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.p

[pypy-commit] pypy fast-slowpath: Fix on x86-32

2013-07-28 Thread arigo
Author: Armin Rigo Branch: fast-slowpath Changeset: r65744:5ff6858cd72f Date: 2013-07-28 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5ff6858cd72f/ Log:Fix on x86-32 diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backend/llsupport/test/test_gc_i

[pypy-commit] pypy kill-typesystem: Remove type_system argument from RPythonTyper.__init__

2013-07-28 Thread rlamy
Author: Ronan Lamy Branch: kill-typesystem Changeset: r65743:bf9c9135b763 Date: 2013-07-28 13:04 +0100 http://bitbucket.org/pypy/pypy/changeset/bf9c9135b763/ Log:Remove type_system argument from RPythonTyper.__init__ diff --git a/rpython/jit/backend/test/support.py b/rpython/jit/backend/tes

[pypy-commit] pypy kill-typesystem: Simplify makerepr and makekey

2013-07-28 Thread rlamy
Author: Ronan Lamy Branch: kill-typesystem Changeset: r65742:52c5500cb939 Date: 2013-07-28 02:31 +0100 http://bitbucket.org/pypy/pypy/changeset/52c5500cb939/ Log:Simplify makerepr and makekey diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper/rtyper.py +++

[pypy-commit] pypy fast-slowpath: Remove again this unused class

2013-07-28 Thread arigo
Author: Armin Rigo Branch: fast-slowpath Changeset: r65740:9de7dcdcdded Date: 2013-07-28 13:45 +0200 http://bitbucket.org/pypy/pypy/changeset/9de7dcdcdded/ Log:Remove again this unused class diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransform.py --- a/rpyth

[pypy-commit] pypy fast-slowpath: Cleanups; avoid changes from "default" that are now purely gratuitous.

2013-07-28 Thread arigo
Author: Armin Rigo Branch: fast-slowpath Changeset: r65738:d1054bc1d03f Date: 2013-07-28 13:38 +0200 http://bitbucket.org/pypy/pypy/changeset/d1054bc1d03f/ Log:Cleanups; avoid changes from "default" that are now purely gratuitous. diff --git a/rpython/jit/backend/llsupport/rewrite.py

[pypy-commit] pypy fast-slowpath: Ah ha, found out that there was an assert preventing accesses below the

2013-07-28 Thread arigo
Author: Armin Rigo Branch: fast-slowpath Changeset: r65737:332b124416bb Date: 2013-07-28 13:37 +0200 http://bitbucket.org/pypy/pypy/changeset/332b124416bb/ Log:Ah ha, found out that there was an assert preventing accesses below the value of esp, which was just silently killed. Reintro

[pypy-commit] pypy fast-slowpath: 'jit_conditional_call' in the RPython program should never be executed.

2013-07-28 Thread arigo
Author: Armin Rigo Branch: fast-slowpath Changeset: r65741:30f47cedbeab Date: 2013-07-28 13:59 +0200 http://bitbucket.org/pypy/pypy/changeset/30f47cedbeab/ Log:'jit_conditional_call' in the RPython program should never be executed. Complain more loudly if it is. diff --git a/rpython/

[pypy-commit] pypy fast-slowpath: Backing out an undocumented unsafe change to this file sneaked with the

2013-07-28 Thread arigo
Author: Armin Rigo Branch: fast-slowpath Changeset: r65739:00021276e9c8 Date: 2013-07-28 13:42 +0200 http://bitbucket.org/pypy/pypy/changeset/00021276e9c8/ Log:Backing out an undocumented unsafe change to this file sneaked with the apparently unrelated 8d11a494f1a9 diff --git a/rpyth

[pypy-commit] buildbot default: add an jit/app-level builder triggerd by the arm/raring build

2013-07-28 Thread bivab
Author: David Schneider Branch: Changeset: r831:4719464ec096 Date: 2013-07-28 13:42 +0200 http://bitbucket.org/pypy/buildbot/changeset/4719464ec096/ Log:add an jit/app-level builder triggerd by the arm/raring build diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.

[pypy-commit] pypy fast-slowpath: x86-32: don't put anything in the stack before esp, because these locations may be overritten randomly

2013-07-28 Thread arigo
Author: Armin Rigo Branch: fast-slowpath Changeset: r65735:3360d9f154d9 Date: 2013-07-28 12:56 +0200 http://bitbucket.org/pypy/pypy/changeset/3360d9f154d9/ Log:x86-32: don't put anything in the stack before esp, because these locations may be overritten randomly diff --git a/rpython/

[pypy-commit] pypy default: Merged in squeaky/pypy (pull request #169)

2013-07-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r65734:ba26aca2e830 Date: 2013-07-28 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/ba26aca2e830/ Log:Merged in squeaky/pypy (pull request #169) revert setting cppflags and ldflagsto original appraoch, this doesnt break set

[pypy-commit] pypy default: revert setting cppflags and ldflagsto original appraoch, this doesnt break setuptools monkeypatching distutils

2013-07-28 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: Changeset: r65733:9fad3a8b4208 Date: 2013-07-28 01:08 +0200 http://bitbucket.org/pypy/pypy/changeset/9fad3a8b4208/ Log:revert setting cppflags and ldflagsto original appraoch, this doesnt break setuptools monkeypatching distutils diff --git a

[pypy-commit] pypy refactor-str-types: Don't share an empty bytearray.

2013-07-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65732:6c6d25371f1f Date: 2013-07-27 23:02 +0200 http://bitbucket.org/pypy/pypy/changeset/6c6d25371f1f/ Log:Don't share an empty bytearray. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py ---

[pypy-commit] pypy refactor-str-types: Fix.

2013-07-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65731:d6b1adc23375 Date: 2013-07-27 21:08 +0200 http://bitbucket.org/pypy/pypy/changeset/d6b1adc23375/ Log:Fix. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace/std/bytearr

[pypy-commit] pypy default: document the merge

2013-07-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r65730:6993c76a8bc6 Date: 2013-07-28 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/6993c76a8bc6/ Log:document the merge diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/w

[pypy-commit] pypy kill-ootype: close to be merged branch

2013-07-28 Thread fijal
Author: Maciej Fijalkowski Branch: kill-ootype Changeset: r65728:4df63ba364d5 Date: 2013-07-28 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/4df63ba364d5/ Log:close to be merged branch ___ pypy-commit mailing list pypy-commit@python.org http