[pypy-commit] extradoc extradoc: bilinear interpolation to prevent pixelization in the center

2011-06-20 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3762:b88cf61c3833 Date: 2011-06-21 08:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/b88cf61c3833/ Log:bilinear interpolation to prevent pixelization in the center diff --git a/talk/iwtc11/benchmarks/image/magnify.py b/talk/iwtc11/bench

[pypy-commit] extradoc extradoc: magnify example from sprint, now with no generator and more decent performace

2011-06-20 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3761:68c1c8d367c2 Date: 2011-06-21 07:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/68c1c8d367c2/ Log:magnify example from sprint, now with no generator and more decent performace diff --git a/talk/iwtc11/benchmarks/image/magnif

[pypy-commit] extradoc extradoc: a single generator lowers performace 2.2 times

2011-06-20 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3760:fc8d0cb366f8 Date: 2011-06-21 07:47 +0200 http://bitbucket.org/pypy/extradoc/changeset/fc8d0cb366f8/ Log:a single generator lowers performace 2.2 times diff --git a/talk/iwtc11/benchmarks/image/plain.py b/talk/iwtc11/benchmarks/image/plai

[pypy-commit] extradoc extradoc: If enough warmup is discarded, a straight forward implementation with one guard failure per image row outperforms the no failing guards version of NoBorderImagePadded.

2011-06-20 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3759:dc0811f67e2f Date: 2011-06-21 07:37 +0200 http://bitbucket.org/pypy/extradoc/changeset/dc0811f67e2f/ Log:If enough warmup is discarded, a straight forward implementation with one guard failure per image row outperforms the no failin

[pypy-commit] pypy default: Allow inlining into ll_append_noresize, which is perfectly safe.

2011-06-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45032:62d699e0ebaa Date: 2011-06-20 16:27 -0700 http://bitbucket.org/pypy/pypy/changeset/62d699e0ebaa/ Log:Allow inlining into ll_append_noresize, which is perfectly safe. diff --git a/pypy/rpython/lltypesystem/rlist.py b/pypy/rpython/lltypesystem/rl

[pypy-commit] pypy default: merged upstream

2011-06-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45033:a0cda5b61ae5 Date: 2011-06-20 16:27 -0700 http://bitbucket.org/pypy/pypy/changeset/a0cda5b61ae5/ Log:merged upstream diff --git a/pypy/translator/platform/darwin.py b/pypy/translator/platform/darwin.py --- a/pypy/translator/platform/darwin.py +

[pypy-commit] pypy default: drop -mmacosx-version-min=10.4 when building on Mac OS X

2011-06-20 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: Changeset: r45031:f117157bb039 Date: 2011-06-10 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/f117157bb039/ Log:drop -mmacosx-version-min=10.4 when building on Mac OS X Just passing -mmacosx-version-min isn't sufficient for en

[pypy-commit] pypy default: Mark sys.defaultencoding as quassi-immutable, this removes a guard + call to streq any time you do a str->unicode conversion.

2011-06-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45029:500f3cbaf027 Date: 2011-06-20 11:42 -0700 http://bitbucket.org/pypy/pypy/changeset/500f3cbaf027/ Log:Mark sys.defaultencoding as quassi-immutable, this removes a guard + call to streq any time you do a str->unicode conversion. diff --git

[pypy-commit] extradoc extradoc: rename in benchmark implementations aswell

2011-06-20 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3758:024b96d33e91 Date: 2011-06-20 20:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/024b96d33e91/ Log:rename in benchmark implementations aswell diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh ---

[pypy-commit] extradoc extradoc: more consistent and descriptive naming of the benachmarks

2011-06-20 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3757:40ec1352ad94 Date: 2011-06-20 19:33 +0200 http://bitbucket.org/pypy/extradoc/changeset/40ec1352ad94/ Log:more consistent and descriptive naming of the benachmarks diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11

[pypy-commit] extradoc extradoc: trying to save some space

2011-06-20 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3756:95f98390d978 Date: 2011-06-20 19:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/95f98390d978/ Log:trying to save some space diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/pap

[pypy-commit] extradoc extradoc: intending to make benchmarks more reasonable (will update the code as well)

2011-06-20 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3755:38d295744b1c Date: 2011-06-20 19:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/38d295744b1c/ Log:intending to make benchmarks more reasonable (will update the code as well) diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/p

[pypy-commit] extradoc extradoc: add a slide

2011-06-20 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r3754:a4fc916b31bf Date: 2011-06-20 16:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/a4fc916b31bf/ Log:add a slide diff --git a/talk/ep2011/training/teaser.rst b/talk/ep2011/training/teaser.rst --- a/talk/ep2011/training/teaser.rst +++

[pypy-commit] extradoc extradoc: the source code is not ready yet, we will give it directly on site

2011-06-20 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r3753:9bb9874fa048 Date: 2011-06-20 15:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/9bb9874fa048/ Log:the source code is not ready yet, we will give it directly on site diff --git a/talk/ep2011/training/preparation.rst b/talk/ep2011/

[pypy-commit] extradoc extradoc: QUICKLY prepare the slides for the teaser talk (which we will give in ~1.5h)

2011-06-20 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r3752:8c74dc0fde07 Date: 2011-06-20 15:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/8c74dc0fde07/ Log:QUICKLY prepare the slides for the teaser talk (which we will give in ~1.5h) diff --git a/talk/ep2011/training/Makefile b/ta

[pypy-commit] extradoc extradoc: squeeze a bit

2011-06-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3751:761f350b320d Date: 2011-06-20 14:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/761f350b320d/ Log:squeeze a bit diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.t

[pypy-commit] extradoc extradoc: Add benchmark table - too big as of now

2011-06-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3750:54e949637e9e Date: 2011-06-20 14:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/54e949637e9e/ Log:Add benchmark table - too big as of now diff --git a/talk/iwtc11/benchmarks/parse.py b/talk/iwtc11/benchmarks/parse.py new fil

[pypy-commit] extradoc extradoc: kill the limitations section and mention them the conclusion, rewrite the conclusion to be more compact.

2011-06-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3749:dd4765a37d06 Date: 2011-06-20 10:15 +0200 http://bitbucket.org/pypy/extradoc/changeset/dd4765a37d06/ Log:kill the limitations section and mention them the conclusion, rewrite the conclusion to be more compact. diff --git a

[pypy-commit] extradoc extradoc: remove sections about numpy and prolog for space reasons

2011-06-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3748:cec026d1ed94 Date: 2011-06-20 10:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/cec026d1ed94/ Log:remove sections about numpy and prolog for space reasons diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/tal

[pypy-commit] extradoc extradoc: fix XXX

2011-06-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3747:deffc51bf85b Date: 2011-06-20 10:07 +0200 http://bitbucket.org/pypy/extradoc/changeset/deffc51bf85b/ Log:fix XXX 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: I think that we can indeed skip this.

2011-06-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3746:37a5f9689f4b Date: 2011-06-20 10:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/37a5f9689f4b/ Log:I think that we can indeed skip this. diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex

[pypy-commit] extradoc extradoc: go over the allocation-removal section and replace "virtual" by "allocation-removed". Also some small simplifications.

2011-06-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3745:e5df49d51ac3 Date: 2011-06-20 10:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/e5df49d51ac3/ Log:go over the allocation-removal section and replace "virtual" by "allocation-removed". Also some small simplifications.

[pypy-commit] extradoc extradoc: Merge the CSE and heap optimization sections to save space, since they say mostly the same thing. From the trace, only remove one of the gets. This makes it easier to

2011-06-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3744:f7c6d432 Date: 2011-06-20 09:52 +0200 http://bitbucket.org/pypy/extradoc/changeset/f7c6d432/ Log:Merge the CSE and heap optimization sections to save space, since they say mostly the same thing. From the trace, only

[pypy-commit] extradoc extradoc: explain that allocation removal leads to type specialization

2011-06-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3743:5ae154d15667 Date: 2011-06-20 09:50 +0200 http://bitbucket.org/pypy/extradoc/changeset/5ae154d15667/ Log:explain that allocation removal leads to type specialization diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a