[pypy-commit] Notification: pypy

2011-06-21 Thread Bitbucket
You have received a notification from Tohru Ike. Hi, I forked pypy. My fork is at https://bitbucket.org/rokujyouhitoma/pypy. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@p

[pypy-commit] pypy applevel-builder: Remove special case, it would could create silly bridge, if we need it we can add an append_char method (or make the JIT recognize the method and virtual strings o

2011-06-21 Thread alex_gaynor
Author: Alex Gaynor Branch: applevel-builder Changeset: r45052:1fd3637e2f95 Date: 2011-06-21 18:23 -0700 http://bitbucket.org/pypy/pypy/changeset/1fd3637e2f95/ Log:Remove special case, it would could create silly bridge, if we need it we can add an append_char method (or make the JIT

[pypy-commit] pypy applevel-builder: Added append_slice to the applevel UnicodeBuilder, I think with some more inlining this could be done automatically.

2011-06-21 Thread alex_gaynor
Author: Alex Gaynor Branch: applevel-builder Changeset: r45051:8aa2429df925 Date: 2011-06-21 17:18 -0700 http://bitbucket.org/pypy/pypy/changeset/8aa2429df925/ Log:Added append_slice to the applevel UnicodeBuilder, I think with some more inlining this could be done automatically. dif

[pypy-commit] pypy applevel-builder: These can't be seen by the JIT.

2011-06-21 Thread alex_gaynor
Author: Alex Gaynor Branch: applevel-builder Changeset: r45050:f2c6fe7b62c2 Date: 2011-06-21 16:01 -0700 http://bitbucket.org/pypy/pypy/changeset/f2c6fe7b62c2/ Log:These can't be seen by the JIT. diff --git a/pypy/module/__pypy__/interp_debug.py b/pypy/module/__pypy__/interp_debug.py --- a/

[pypy-commit] pypy applevel-builder: Started on an app level UnicodeBuilder.

2011-06-21 Thread alex_gaynor
Author: Alex Gaynor Branch: applevel-builder Changeset: r45049:85bcf78b805b Date: 2011-06-21 15:33 -0700 http://bitbucket.org/pypy/pypy/changeset/85bcf78b805b/ Log:Started on an app level UnicodeBuilder. diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/p

[pypy-commit] pypy default: merged upstream

2011-06-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45048:f58bf50f6f0e Date: 2011-06-21 14:32 -0700 http://bitbucket.org/pypy/pypy/changeset/f58bf50f6f0e/ Log:merged upstream diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py --- a/pypy/module/pypy

[pypy-commit] pypy default: This instruction is now eliminated.

2011-06-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45047:70cbd8721463 Date: 2011-06-21 14:14 -0700 http://bitbucket.org/pypy/pypy/changeset/70cbd8721463/ Log:This instruction is now eliminated. diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py b/pypy/module/pypyjit/test_pypy_c/test_instan

[pypy-commit] pypy default: add a would-be-passing test, but bug in model.py prevents it

2011-06-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45046:48117643a8cb Date: 2011-06-21 21:14 +0200 http://bitbucket.org/pypy/pypy/changeset/48117643a8cb/ Log:add a would-be-passing test, but bug in model.py prevents it diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pyp

[pypy-commit] pypy default: merge

2011-06-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45045:3f8617bb49eb Date: 2011-06-21 20:55 +0200 http://bitbucket.org/pypy/pypy/changeset/3f8617bb49eb/ Log:merge diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ideas.

[pypy-commit] pypy default: Good, now we get better results

2011-06-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45044:95ba7be0d6f3 Date: 2011-06-21 20:54 +0200 http://bitbucket.org/pypy/pypy/changeset/95ba7be0d6f3/ Log:Good, now we get better results diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py

[pypy-commit] buildbot default: workaround strange behavior in runner.py

2011-06-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r519:42c79747be3a Date: 2011-06-21 20:40 +0200 http://bitbucket.org/pypy/buildbot/changeset/42c79747be3a/ Log:workaround strange behavior in runner.py diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot

[pypy-commit] pypy default: When a virtual is forced, and then subsequenly an immutable field is read out of it, the value is known if it was seen in a setfield, because it can't be set again by anyth

2011-06-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45043:456273d0b54f Date: 2011-06-21 11:37 -0700 http://bitbucket.org/pypy/pypy/changeset/456273d0b54f/ Log:When a virtual is forced, and then subsequenly an immutable field is read out of it, the value is known if it was seen in a setfield,

[pypy-commit] extradoc extradoc: hg merge

2011-06-21 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3770:ba1292fc0e11 Date: 2011-06-21 20:19 +0200 http://bitbucket.org/pypy/extradoc/changeset/ba1292fc0e11/ Log:hg merge diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -982,9

[pypy-commit] extradoc extradoc: let the image class choose interpolation method, making multiple magnify() implemenattions unnecessery

2011-06-21 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3769:a7888203159e Date: 2011-06-21 19:50 +0200 http://bitbucket.org/pypy/extradoc/changeset/a7888203159e/ Log:let the image class choose interpolation method, making multiple magnify() implemenattions unnecessery diff --git a/talk/iwtc1

[pypy-commit] extradoc extradoc: english tweeks.

2011-06-21 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r3768:38706968f045 Date: 2011-06-21 10:40 -0700 http://bitbucket.org/pypy/extradoc/changeset/38706968f045/ Log:english tweeks. diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@

[pypy-commit] extradoc extradoc: kill the NoBorderImage... stuff

2011-06-21 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3767:7bfcd168b8db Date: 2011-06-21 19:23 +0200 http://bitbucket.org/pypy/extradoc/changeset/7bfcd168b8db/ Log:kill the NoBorderImage... stuff diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/iwt

[pypy-commit] pypy store-sink-array: Backed out changeset c935f106ada1.

2011-06-21 Thread arigo
Author: Armin Rigo Branch: store-sink-array Changeset: r45042:f48e2a724223 Date: 2011-06-21 19:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f48e2a724223/ Log:Backed out changeset c935f106ada1. It seems to really get performance worse for now. To be investigated. diff --git a/pyp

[pypy-commit] pypy default: merge heads

2011-06-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r45041:81617331f53d Date: 2011-06-21 19:13 +0200 http://bitbucket.org/pypy/pypy/changeset/81617331f53d/ Log:merge heads diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/inte

[pypy-commit] pypy default: Fix for a608b6d4a289.

2011-06-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r45040:996958fbec67 Date: 2011-06-21 19:12 +0200 http://bitbucket.org/pypy/pypy/changeset/996958fbec67/ Log:Fix for a608b6d4a289. diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++ b/pypy/modu

[pypy-commit] pypy default: Add a project idea. A good one, as far as we can tell

2011-06-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r45039:38129eff2845 Date: 2011-06-21 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/38129eff2845/ Log:Add a project idea. A good one, as far as we can tell from live EuroPython discussion :-) diff --git a/pypy/doc/project-ideas.rst b/pypy/

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

2011-06-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r45038:a608b6d4a289 Date: 2011-06-21 18:53 +0200 http://bitbucket.org/pypy/pypy/changeset/a608b6d4a289/ Log:A failing test. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy default: Add a clear error message when we specify the

2011-06-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r45037:c94f896f267f Date: 2011-06-21 18:40 +0200 http://bitbucket.org/pypy/pypy/changeset/c94f896f267f/ Log:Add a clear error message when we specify the wrong file as an argument to 'translate.py'. diff --git a/pypy/translator/goal/translate.py

[pypy-commit] pypy store-sink-array: Remove the virtualizable hints from there. With store-sink-array,

2011-06-21 Thread arigo
Author: Armin Rigo Branch: store-sink-array Changeset: r45036:c935f106ada1 Date: 2011-06-21 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c935f106ada1/ Log:Remove the virtualizable hints from there. With store-sink-array, we get an almost as good effect for free (and I think th

[pypy-commit] pypy store-sink-array: Bah. Add a test and fix a stupid bug.

2011-06-21 Thread arigo
Author: Armin Rigo Branch: store-sink-array Changeset: r45035:d5db3945650b Date: 2011-06-21 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/d5db3945650b/ Log:Bah. Add a test and fix a stupid bug. diff --git a/pypy/jit/metainterp/optimizeopt/heap.py b/pypy/jit/metainterp/optimizeopt/hea

[pypy-commit] pypy default: Move a loop out of an important numpy function.

2011-06-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45034:c646c5f073bb Date: 2011-06-21 08:50 -0700 http://bitbucket.org/pypy/pypy/changeset/c646c5f073bb/ Log:Move a loop out of an important numpy function. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray

[pypy-commit] extradoc extradoc: expand related work somewhat

2011-06-21 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3766:d400e26f964a Date: 2011-06-21 15:05 +0200 http://bitbucket.org/pypy/extradoc/changeset/d400e26f964a/ Log:expand related work somewhat diff --git a/talk/iwtc11/paper.bib b/talk/iwtc11/paper.bib --- a/talk/iwtc11/paper.bib +++ b/tal

[pypy-commit] extradoc extradoc: fix two XXXs, start adding some minimal notes to the related work section

2011-06-21 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3765:d40d14eafd53 Date: 2011-06-21 14:05 +0200 http://bitbucket.org/pypy/extradoc/changeset/d40d14eafd53/ Log:fix two XXXs, start adding some minimal notes to the related work section diff --git a/talk/iwtc11/paper.tex b/talk/i

[pypy-commit] extradoc extradoc: add a small note about numpy and prolog

2011-06-21 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3764:688124a7ffb1 Date: 2011-06-21 11:45 +0200 http://bitbucket.org/pypy/extradoc/changeset/688124a7ffb1/ Log:add a small note about numpy and prolog diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex

[pypy-commit] extradoc extradoc: Fix my affiliation

2011-06-21 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3763:b5b2ed332a4b Date: 2011-06-21 11:36 +0200 http://bitbucket.org/pypy/extradoc/changeset/b5b2ed332a4b/ Log:Fix my affiliation diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/pa