[pypy-commit] pypy default: remove nonsense hints (those functions contain loops)

2011-12-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50865:45a754407e3d Date: 2011-12-26 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/45a754407e3d/ Log:remove nonsense hints (those functions contain loops) diff --git a/pypy/interpreter/eval.py b/pypy/interpreter/eval.py --- a/pypy/interpr

[pypy-commit] pypy default: remove some nonsense, handle_exception always raises

2011-12-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50866:94934ddf3ae9 Date: 2011-12-26 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/94934ddf3ae9/ Log:remove some nonsense, handle_exception always raises diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/in

[pypy-commit] pypy default: test for 05c2089f5545, it curently fails

2011-12-26 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r50867:fff6b491e07d Date: 2011-12-26 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/fff6b491e07d/ Log:test for 05c2089f5545, it curently fails diff --git a/pypy/jit/metainterp/optimizeopt/test/test_multilabel.py b/pypy/jit/metainterp/optimizeopt/

[pypy-commit] pypy default: Since alias tracking is killed the name of the imported box among the label arguments will be the name from the previous part, so we need to place the same_as after the lab

2011-12-26 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r50868:660488a0ae41 Date: 2011-12-26 11:40 +0100 http://bitbucket.org/pypy/pypy/changeset/660488a0ae41/ Log:Since alias tracking is killed the name of the imported box among the label arguments will be the name from the previous part, so we

[pypy-commit] pypy default: backout 94934ddf3ae9, it's nonsense, but annotator does not understand it and

2011-12-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50869:21ca3b5a40aa Date: 2011-12-26 12:57 +0200 http://bitbucket.org/pypy/pypy/changeset/21ca3b5a40aa/ Log:backout 94934ddf3ae9, it's nonsense, but annotator does not understand it and I'm too lazy to convince it diff --git a/pypy/inter

[pypy-commit] pypy concurrent-marksweep: Document and start implementing an idea to make major collection

2011-12-26 Thread arigo
Author: Armin Rigo Branch: concurrent-marksweep Changeset: r50870:05769b6b553e Date: 2011-12-26 13:46 +0100 http://bitbucket.org/pypy/pypy/changeset/05769b6b553e/ Log:Document and start implementing an idea to make major collection parallel. diff --git a/pypy/rpython/memory/gc/concur

[pypy-commit] pypy concurrent-marksweep: hg merge default

2011-12-26 Thread arigo
Author: Armin Rigo Branch: concurrent-marksweep Changeset: r50872:130f4c04e5c4 Date: 2011-12-26 13:50 +0100 http://bitbucket.org/pypy/pypy/changeset/130f4c04e5c4/ Log:hg merge default diff --git a/pypy/interpreter/eval.py b/pypy/interpreter/eval.py --- a/pypy/interpreter/eval.py +++ b/pypy/i

[pypy-commit] pypy default: Simplify the graph before turning it into a generator, to get rid

2011-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r50873:d373deb39b4d Date: 2011-12-26 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/d373deb39b4d/ Log:Simplify the graph before turning it into a generator, to get rid of the extra variables passed around. diff --git a/pypy/translator/gene

[pypy-commit] pypy default: A failing test.

2011-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r50874:c9706c6e6914 Date: 2011-12-26 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/c9706c6e6914/ Log:A failing test. diff --git a/pypy/rpython/test/test_generator.py b/pypy/rpython/test/test_generator.py --- a/pypy/rpython/test/test_generator.py

[pypy-commit] pypy default: Fix the test.

2011-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r50875:cce139c7a9c6 Date: 2011-12-26 15:31 +0100 http://bitbucket.org/pypy/pypy/changeset/cce139c7a9c6/ Log:Fix the test. diff --git a/pypy/translator/generator.py b/pypy/translator/generator.py --- a/pypy/translator/generator.py +++ b/pypy/translator/g

[pypy-commit] extradoc extradoc: Add Leysin draft announcement

2011-12-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r3991:9091b9fd97f8 Date: 2011-12-26 16:34 +0100 http://bitbucket.org/pypy/extradoc/changeset/9091b9fd97f8/ Log:Add Leysin draft announcement diff --git a/sprintinfo/leysin-winter-2011/announcement.txt b/sprintinfo/leysin-winter-2012/announcemen

[pypy-commit] extradoc extradoc: Add the standard people.txt

2011-12-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r3992:fc335a8ec80e Date: 2011-12-26 16:38 +0100 http://bitbucket.org/pypy/extradoc/changeset/fc335a8ec80e/ Log:Add the standard people.txt diff --git a/sprintinfo/leysin-winter-2012/people.txt b/sprintinfo/leysin-winter-2012/people.txt new file

[pypy-commit] extradoc extradoc: Add some topics.

2011-12-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r3993:1aed6a6d Date: 2011-12-26 16:46 +0100 http://bitbucket.org/pypy/extradoc/changeset/1aed6a6d/ Log:Add some topics. diff --git a/sprintinfo/leysin-winter-2012/announcement.txt b/sprintinfo/leysin-winter-2012/announcement.txt --- a/s

[pypy-commit] pypy jit-improve-nested-loops: hg merge default

2011-12-26 Thread hakanardo
Author: Hakan Ardo Branch: jit-improve-nested-loops Changeset: r50876:f75c6c5a133a Date: 2011-12-26 13:49 +0100 http://bitbucket.org/pypy/pypy/changeset/f75c6c5a133a/ Log:hg merge default diff --git a/pypy/annotation/description.py b/pypy/annotation/description.py --- a/pypy/annotation/descr

[pypy-commit] pypy jit-improve-nested-loops: fix test

2011-12-26 Thread hakanardo
Author: Hakan Ardo Branch: jit-improve-nested-loops Changeset: r50877:be85523c5872 Date: 2011-12-26 14:11 +0100 http://bitbucket.org/pypy/pypy/changeset/be85523c5872/ Log:fix test diff --git a/pypy/jit/metainterp/test/test_loop.py b/pypy/jit/metainterp/test/test_loop.py --- a/pypy/jit/metai

[pypy-commit] pypy jit-improve-nested-loops: more generally ensure that TargetTokens of labels has the correct original_jitcell_token

2011-12-26 Thread hakanardo
Author: Hakan Ardo Branch: jit-improve-nested-loops Changeset: r50878:5706bc85eb3b Date: 2011-12-26 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/5706bc85eb3b/ Log:more generally ensure that TargetTokens of labels has the correct original_jitcell_token diff --git a/pypy/jit/me

[pypy-commit] pypy default: Fix comment, and simplify the final logic.

2011-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r50879:f9932c00e2d2 Date: 2011-12-26 17:07 +0100 http://bitbucket.org/pypy/pypy/changeset/f9932c00e2d2/ Log:Fix comment, and simplify the final logic. diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspac

[pypy-commit] pypy default: another attempt to remove a very confusing raise

2011-12-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50880:a6b6b5a373a1 Date: 2011-12-26 21:18 +0200 http://bitbucket.org/pypy/pypy/changeset/a6b6b5a373a1/ Log:another attempt to remove a very confusing raise diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interp

[pypy-commit] pypy default: remove some unnecessary copies (they used to be necessary, not any more)

2011-12-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50881:c3142d5c9c35 Date: 2011-12-26 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/c3142d5c9c35/ Log:remove some unnecessary copies (they used to be necessary, not any more) diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: it's fine to inline this.

2011-12-26 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50882:21bb1c0bd208 Date: 2011-12-26 15:05 -0600 http://bitbucket.org/pypy/pypy/changeset/21bb1c0bd208/ Log:it's fine to inline this. diff --git a/pypy/jit/codewriter/support.py b/pypy/jit/codewriter/support.py --- a/pypy/jit/codewriter/support.py +++

[pypy-commit] pypy default: merged upstream

2011-12-26 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50883:a0b6f54563e6 Date: 2011-12-26 15:06 -0600 http://bitbucket.org/pypy/pypy/changeset/a0b6f54563e6/ Log:merged upstream diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py +++ b/pypy/interpreter/

[pypy-commit] jitviewer default: move stuff around - helps with setup.py develop

2011-12-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r178:1d7244f7b370 Date: 2011-12-26 23:11 +0200 http://bitbucket.org/pypy/jitviewer/changeset/1d7244f7b370/ Log:move stuff around - helps with setup.py develop diff --git a/_jitviewer/static/DroidSansMono.ttf b/static/DroidSansMono.ttf rename fro

[pypy-commit] pypy default: some tests and fixes

2011-12-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50884:40a95aa4967f Date: 2011-12-26 23:36 +0200 http://bitbucket.org/pypy/pypy/changeset/40a95aa4967f/ Log:some tests and fixes diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser

[pypy-commit] pypy default: merge

2011-12-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50885:cc6d58803952 Date: 2011-12-26 23:38 +0200 http://bitbucket.org/pypy/pypy/changeset/cc6d58803952/ Log:merge diff --git a/pypy/jit/codewriter/support.py b/pypy/jit/codewriter/support.py --- a/pypy/jit/codewriter/support.py +++ b/pypy/jit/co

[pypy-commit] pypy default: split while doing import

2011-12-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50886:c8ddbb442986 Date: 2011-12-26 23:40 +0200 http://bitbucket.org/pypy/pypy/changeset/c8ddbb442986/ Log:split while doing import diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/pa