[pypy-commit] extradoc extradoc: hg merge

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3722:69fb8c6257e3 Date: 2011-06-17 08:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/69fb8c6257e3/ Log:hg merge diff --git a/talk/ep2011/talk/talk.rst b/talk/ep2011/talk/talk.rst --- a/talk/ep2011/talk/talk.rst +++ b/talk/ep2011/talk/tal

[pypy-commit] extradoc extradoc: clairify

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3721:c402e451d800 Date: 2011-06-17 08:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/c402e451d800/ Log:clairify diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -122,14

[pypy-commit] extradoc extradoc: write this slide

2011-06-16 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r3720:0490e58a4068 Date: 2011-06-17 08:27 +0200 http://bitbucket.org/pypy/extradoc/changeset/0490e58a4068/ Log:write this slide diff --git a/talk/ep2011/talk/talk.rst b/talk/ep2011/talk/talk.rst --- a/talk/ep2011/talk/talk.rst +++ b/talk/ep201

[pypy-commit] extradoc extradoc: started to draft abstract

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3719:f4ba9e40e2a4 Date: 2011-06-17 08:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/f4ba9e40e2a4/ Log:started to draft abstract diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/pap

[pypy-commit] pypy default: Added numpy.ones

2011-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44982:0ab53e4999f9 Date: 2011-06-16 19:16 -0700 http://bitbucket.org/pypy/pypy/changeset/0ab53e4999f9/ Log:Added numpy.ones diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy default: Added the shape property to numpy arrays.

2011-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44981:9eafb5ae7f72 Date: 2011-06-16 19:05 -0700 http://bitbucket.org/pypy/pypy/changeset/9eafb5ae7f72/ Log:Added the shape property to numpy arrays. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --

[pypy-commit] pypy default: numpy ufuncs now work on individual items, as well as elementwise

2011-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44980:98d973ece18a Date: 2011-06-16 15:36 -0700 http://bitbucket.org/pypy/pypy/changeset/98d973ece18a/ Log:numpy ufuncs now work on individual items, as well as elementwise diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy

[pypy-commit] pypy default: Attempt to fix obscure translation error, don't make the annotator unify the 2 size fields.

2011-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44979:ffb24c7486cf Date: 2011-06-16 15:03 -0700 http://bitbucket.org/pypy/pypy/changeset/ffb24c7486cf/ Log:Attempt to fix obscure translation error, don't make the annotator unify the 2 size fields. diff --git a/pypy/module/micronumpy/interp_n

[pypy-commit] pypy default: numpy.abs is an alias for numpy.absolute

2011-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44978:b74f0ce17083 Date: 2011-06-16 14:58 -0700 http://bitbucket.org/pypy/pypy/changeset/b74f0ce17083/ Log:numpy.abs is an alias for numpy.absolute diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module

[pypy-commit] pypy default: Added numpy.average, but don't implemented weighted averages for now.

2011-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44977:549f8479862d Date: 2011-06-16 14:41 -0700 http://bitbucket.org/pypy/pypy/changeset/549f8479862d/ Log:Added numpy.average, but don't implemented weighted averages for now. diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/mic

[pypy-commit] pypy default: Give pytest.py a shebang.

2011-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44975:554fbb014d83 Date: 2011-06-16 14:30 -0700 http://bitbucket.org/pypy/pypy/changeset/554fbb014d83/ Log:Give pytest.py a shebang. diff --git a/pytest.py b/pytest.py --- a/pytest.py +++ b/pytest.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """ unit a

[pypy-commit] pypy default: Added numpy.array.mean and numpy.mean.

2011-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44976:117991cc4de7 Date: 2011-06-16 14:30 -0700 http://bitbucket.org/pypy/pypy/changeset/117991cc4de7/ Log:Added numpy.array.mean and numpy.mean. diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/m

[pypy-commit] extradoc extradoc: a para about warming up (and a bench file in-progress)

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3718:a84b87f60299 Date: 2011-06-16 21:52 +0200 http://bitbucket.org/pypy/extradoc/changeset/a84b87f60299/ Log:a para about warming up (and a bench file in-progress) diff --git a/talk/iwtc11/benchmarks/new_result.txt b/talk/iwtc11/bench

[pypy-commit] extradoc extradoc: start describing benchmarks

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3717:029b8e343f97 Date: 2011-06-16 21:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/029b8e343f97/ Log:start describing benchmarks diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk

[pypy-commit] extradoc extradoc: always optimize original trace

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3716:fa890ec5df5e Date: 2011-06-16 19:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/fa890ec5df5e/ Log:always optimize original trace diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc1

[pypy-commit] extradoc extradoc: fix url, use different bibliography style

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3715:4a119b2de605 Date: 2011-06-16 19:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/4a119b2de605/ Log:fix url, use different bibliography style diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.

[pypy-commit] extradoc extradoc: a minimal introduction section on PyPy

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3714:e03abd8dc15b Date: 2011-06-16 18:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/e03abd8dc15b/ Log:a minimal introduction section on PyPy diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex

[pypy-commit] extradoc extradoc: make clear that we don't claim novelty

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3713:c6e63120e677 Date: 2011-06-16 18:33 +0200 http://bitbucket.org/pypy/extradoc/changeset/c6e63120e677/ Log:make clear that we don't claim novelty diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex

[pypy-commit] extradoc extradoc: more slides

2011-06-16 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r3712:42573617c68a Date: 2011-06-16 17:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/42573617c68a/ Log:more slides diff --git a/talk/ep2011/talk/beamerdefs.txt b/talk/ep2011/talk/beamerdefs.txt --- a/talk/ep2011/talk/beamerdefs.txt +++

[pypy-commit] extradoc extradoc: mv talk.txt talk.rst

2011-06-16 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r3711:728639adc8f7 Date: 2011-06-16 16:38 +0200 http://bitbucket.org/pypy/extradoc/changeset/728639adc8f7/ Log:mv talk.txt talk.rst diff --git a/talk/ep2011/talk/Makefile b/talk/ep2011/talk/Makefile --- a/talk/ep2011/talk/Makefile +++ b/talk/e

[pypy-commit] extradoc extradoc: clarify and stress things

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3709:2a5daf1aadc6 Date: 2011-06-16 17:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/2a5daf1aadc6/ Log:clarify and stress things diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/i

[pypy-commit] extradoc extradoc: hg merge

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3708:868321a94b04 Date: 2011-06-16 17:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/868321a94b04/ 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 @@ -380,7

[pypy-commit] extradoc extradoc: hg merge

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3707:33ee575efa9d Date: 2011-06-16 17:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/33ee575efa9d/ 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 @@ -171,7

[pypy-commit] extradoc extradoc: killed inline

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3706:8d1ade80db01 Date: 2011-06-16 17:01 +0200 http://bitbucket.org/pypy/extradoc/changeset/8d1ade80db01/ Log:killed inline diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -3

[pypy-commit] extradoc extradoc: we have no guard_true any more

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3705:ed316f577bee Date: 2011-06-16 17:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/ed316f577bee/ Log:we have no guard_true any more diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/t

[pypy-commit] extradoc extradoc: a motivation example

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3704:20adeea40d74 Date: 2011-06-16 16:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/20adeea40d74/ Log:a motivation example diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11

[pypy-commit] extradoc extradoc: fixes

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3703:52402b10e18d Date: 2011-06-16 16:34 +0200 http://bitbucket.org/pypy/extradoc/changeset/52402b10e18d/ Log:fixes diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -177,7 +17

[pypy-commit] pypy default: Silence warnings by declaring argtypes and restype.

2011-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r44974:6c651347194d Date: 2011-06-16 15:03 +0200 http://bitbucket.org/pypy/pypy/changeset/6c651347194d/ Log:Silence warnings by declaring argtypes and restype. diff --git a/lib_pypy/resource.py b/lib_pypy/resource.py --- a/lib_pypy/resource.py +++ b/lib

[pypy-commit] pypy default: change thresholds

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44972:164cfc028987 Date: 2011-06-16 14:36 +0200 http://bitbucket.org/pypy/pypy/changeset/164cfc028987/ Log:change thresholds diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py --- a/pypy/rlib/jit.py +++ b/pypy/rlib/jit.py @@ -273,8 +273,8 @@ cla

[pypy-commit] pypy default: merge jitcounter-on-function, branch that always attempts to start tracing from the beginning

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44971:f430562b29e8 Date: 2011-06-16 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/f430562b29e8/ Log:merge jitcounter-on-function, branch that always attempts to start tracing from the beginning diff --git a/pypy/jit/metainterp/te

[pypy-commit] pypy jitcounter-on-function: close about-to-be-merged branch

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44970:475f8385d1c6 Date: 2011-06-16 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/475f8385d1c6/ Log:close about-to-be-merged branch ___ pypy-commit mailing list pypy-commi

[pypy-commit] pypy jitcounter-on-function: micro changes for style. always pass function_threshold from can_enter_from_start

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44969:626eaf2fd51d Date: 2011-06-16 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/626eaf2fd51d/ Log:micro changes for style. always pass function_threshold from can_enter_from_start diff --git a/pypy/jit/met

[pypy-commit] extradoc extradoc: hg merge

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3702:17765e5f29b6 Date: 2011-06-16 14:32 +0200 http://bitbucket.org/pypy/extradoc/changeset/17765e5f29b6/ Log:hg merge diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/iwtc11/benchmarks/benchmar

[pypy-commit] extradoc extradoc: might work on 32bit now

2011-06-16 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3701:859a7d13dc64 Date: 2011-06-16 14:32 +0200 http://bitbucket.org/pypy/extradoc/changeset/859a7d13dc64/ Log:might work on 32bit now diff --git a/talk/iwtc11/benchmarks/sqrt/sqrt.py b/talk/iwtc11/benchmarks/sqrt/sqrt.py --- a/talk/iwtc11/benc

[pypy-commit] extradoc extradoc: add new results

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3700:b40dad4fe73a Date: 2011-06-16 14:16 +0200 http://bitbucket.org/pypy/extradoc/changeset/b40dad4fe73a/ Log:add new results diff --git a/talk/iwtc11/benchmarks/new_result.txt b/talk/iwtc11/benchmarks/new_result.txt new file mode 1006

[pypy-commit] extradoc extradoc: disable benchmarks that dont run on my machine

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3699:4d7e9bb95920 Date: 2011-06-16 14:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/4d7e9bb95920/ Log:disable benchmarks that dont run on my machine diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benc

[pypy-commit] extradoc extradoc: oops

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3698:d9975c763815 Date: 2011-06-16 13:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/d9975c763815/ Log:oops diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/iwtc11/benchmarks/benc

[pypy-commit] extradoc extradoc: finish porting benchmarks

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3697:f348c0098c57 Date: 2011-06-16 13:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/f348c0098c57/ Log:finish porting benchmarks diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/i

[pypy-commit] pypy jitcounter-on-function: fix the test

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44968:c981888dc240 Date: 2011-06-16 13:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c981888dc240/ Log:fix the test diff --git a/pypy/jit/metainterp/test/test_jitdriver.py b/pypy/jit/metainterp/test/test_jitdriver.py

[pypy-commit] pypy jitcounter-on-function: add a test that checks that running from start does not prevent inlining

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44967:6e35820ee31d Date: 2011-06-16 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/6e35820ee31d/ Log:add a test that checks that running from start does not prevent inlining diff --git a/pypy/jit/metainterp/t

[pypy-commit] pypy jitcounter-on-function: fix the test

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44966:dc7258fc281d Date: 2011-06-16 12:23 +0200 http://bitbucket.org/pypy/pypy/changeset/dc7258fc281d/ Log:fix the test diff --git a/pypy/jit/metainterp/test/test_recursive.py b/pypy/jit/metainterp/test/test_recursive.py

[pypy-commit] pypy jitcounter-on-function: improve the test, does not work so far

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44965:5e32e2314631 Date: 2011-06-16 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5e32e2314631/ Log:improve the test, does not work so far diff --git a/pypy/jit/metainterp/test/test_recursive.py b/pypy/jit/metainte

[pypy-commit] pypy jitcounter-on-function: a test that trace from start actually works

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44964:ff117891669d Date: 2011-06-16 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/ff117891669d/ Log:a test that trace from start actually works diff --git a/pypy/jit/metainterp/test/test_recursive.py b/pypy/jit/met

[pypy-commit] extradoc extradoc: Reorder text a bit, reference the new figure.

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3696:daa08e0fe039 Date: 2011-06-16 12:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/daa08e0fe039/ Log:Reorder text a bit, reference the new figure. diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/pa

[pypy-commit] extradoc extradoc: use official name of this optimization

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3695:f58fa0c348aa Date: 2011-06-16 11:51 +0200 http://bitbucket.org/pypy/extradoc/changeset/f58fa0c348aa/ Log:use official name of this optimization diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex

[pypy-commit] extradoc extradoc: loop peeling does more than loop-invariant code motion, add an XXX

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3694:db2701382e60 Date: 2011-06-16 11:51 +0200 http://bitbucket.org/pypy/extradoc/changeset/db2701382e60/ Log:loop peeling does more than loop-invariant code motion, add an XXX diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex

[pypy-commit] extradoc extradoc: tweak

2011-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3693:27332abbdc11 Date: 2011-06-16 11:50 +0200 http://bitbucket.org/pypy/extradoc/changeset/27332abbdc11/ Log:tweak 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: start to write the ep2011 slides

2011-06-16 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r3692:9d41c84ce6ca Date: 2011-06-16 11:51 +0200 http://bitbucket.org/pypy/extradoc/changeset/9d41c84ce6ca/ Log:start to write the ep2011 slides diff --git a/talk/rst2beamer-template/Makefile b/talk/ep2011/talk/Makefile copy from talk/rst2beame

[pypy-commit] Notification: Pull request

2011-06-16 Thread Bitbucket
You have received a notification from rvoicilas. Hi, This is a small refactoring in order to help fixing bug #747. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.or

[pypy-commit] pypy jitcounter-on-function: fix the test

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44963:7c9c56b2b688 Date: 2011-06-16 10:12 +0200 http://bitbucket.org/pypy/pypy/changeset/7c9c56b2b688/ Log:fix the test diff --git a/pypy/jit/metainterp/test/test_recursive.py b/pypy/jit/metainterp/test/test_recursive.py

[pypy-commit] pypy jitcounter-on-function: the-other-way-around. Fixes test_ajit

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44962:25a019b8cd68 Date: 2011-06-16 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/25a019b8cd68/ Log:the-other-way-around. Fixes test_ajit diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspot.p

[pypy-commit] pypy jitcounter-on-function: implement a second param - function_threshold

2011-06-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44961:e908d55d708a Date: 2011-06-13 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/e908d55d708a/ Log:implement a second param - function_threshold diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metain