[pypy-commit] pypy fix-trace-jit: Close branch for merge

2013-10-30 Thread alex_gaynor
Author: Alex Gaynor Branch: fix-trace-jit Changeset: r67753:7a3ca5d98ff0 Date: 2013-10-30 15:07 -0700 http://bitbucket.org/pypy/pypy/changeset/7a3ca5d98ff0/ Log:Close branch for merge ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] pypy default: Fixed sys.settrace() of the pypy interpreter when under the JIT.

2013-10-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67754:2a993c608319 Date: 2013-10-30 15:08 -0700 http://bitbucket.org/pypy/pypy/changeset/2a993c608319/ Log:Fixed sys.settrace() of the pypy interpreter when under the JIT. Properly run the tracefunction at every bytecode. diff --git a/README.r

[pypy-commit] pypy fix-trace-jit: Added a comment

2013-10-30 Thread alex_gaynor
Author: Alex Gaynor Branch: fix-trace-jit Changeset: r67752:7629b9da95c3 Date: 2013-10-30 15:07 -0700 http://bitbucket.org/pypy/pypy/changeset/7629b9da95c3/ Log:Added a comment diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/ex

[pypy-commit] pypy fix-trace-jit: Bump the trace limit when enable a sys.settrace()

2013-10-30 Thread alex_gaynor
Author: Alex Gaynor Branch: fix-trace-jit Changeset: r67751:6a295fa19a43 Date: 2013-10-30 15:04 -0700 http://bitbucket.org/pypy/pypy/changeset/6a295fa19a43/ Log:Bump the trace limit when enable a sys.settrace() diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executionco

[pypy-commit] pypy jit-counter: Fix for tests

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67750:7ab619834c25 Date: 2013-10-30 19:47 +0100 http://bitbucket.org/pypy/pypy/changeset/7ab619834c25/ Log:Fix for tests diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainterp/compile

[pypy-commit] pypy jit-counter: Might help in the presence of many jitdrivers.

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67749:13fbd165c395 Date: 2013-10-30 19:47 +0100 http://bitbucket.org/pypy/pypy/changeset/13fbd165c395/ Log:Might help in the presence of many jitdrivers. diff --git a/rpython/jit/metainterp/warmstate.py b/rpython/jit/metainterp/warmstate.py

[pypy-commit] pypy jit-counter: Fixes

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67748:3f10fdb46ecf Date: 2013-10-30 19:26 +0100 http://bitbucket.org/pypy/pypy/changeset/3f10fdb46ecf/ Log:Fixes diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainterp/compile.py +++

[pypy-commit] pypy fix-trace-jit: merged upstream

2013-10-30 Thread alex_gaynor
Author: Alex Gaynor Branch: fix-trace-jit Changeset: r67747:ca3f8f1ebb22 Date: 2013-10-30 11:13 -0700 http://bitbucket.org/pypy/pypy/changeset/ca3f8f1ebb22/ Log:merged upstream diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/ex

[pypy-commit] pypy fix-trace-jit: random cleanup

2013-10-30 Thread alex_gaynor
Author: Alex Gaynor Branch: fix-trace-jit Changeset: r67746:b8ceecb25294 Date: 2013-10-30 11:12 -0700 http://bitbucket.org/pypy/pypy/changeset/b8ceecb25294/ Log:random cleanup diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@

[pypy-commit] pypy jit-counter: in-progress on the guard counters now

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67745:22b67a551eb0 Date: 2013-10-30 19:12 +0100 http://bitbucket.org/pypy/pypy/changeset/22b67a551eb0/ Log:in-progress on the guard counters now diff --git a/rpython/jit/codewriter/longlong.py b/rpython/jit/codewriter/longlong.py --- a/rpyt

[pypy-commit] pypy default: fix numpy module alias in tests

2013-10-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67744:5cb40ce76a36 Date: 2013-10-30 14:07 -0400 http://bitbucket.org/pypy/pypy/changeset/5cb40ce76a36/ Log:fix numpy module alias in tests diff --git a/pypy/module/micronumpy/test/test_base.py b/pypy/module/micronumpy/test/test_base.py --- a/pypy/mo

[pypy-commit] pypy jit-counter: still in-progress

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67743:c5a737d0b87a Date: 2013-10-30 18:17 +0100 http://bitbucket.org/pypy/pypy/changeset/c5a737d0b87a/ Log:still in-progress diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyj

[pypy-commit] pypy jit-counter: in-progress

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67742:cebfa3182b4d Date: 2013-10-30 18:01 +0100 http://bitbucket.org/pypy/pypy/changeset/cebfa3182b4d/ Log:in-progress diff --git a/rpython/jit/metainterp/counter.py b/rpython/jit/metainterp/counter.py --- a/rpython/jit/metainterp/counter.p

[pypy-commit] pypy default: document branch

2013-10-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67739:9555b1b4162b Date: 2013-10-30 12:11 -0400 http://bitbucket.org/pypy/pypy/changeset/9555b1b4162b/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-h

[pypy-commit] pypy remove-numpypy: close merged branch

2013-10-30 Thread bdkearns
Author: Brian Kearns Branch: remove-numpypy Changeset: r67740:9ad0c80d9cff Date: 2013-10-30 12:12 -0400 http://bitbucket.org/pypy/pypy/changeset/9ad0c80d9cff/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.

[pypy-commit] pypy jit-counter: Tweak the jit counters: decay them at each minor collection. This

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67734:bc7ae175a924 Date: 2013-10-30 14:52 +0100 http://bitbucket.org/pypy/pypy/changeset/bc7ae175a924/ Log:Tweak the jit counters: decay them at each minor collection. This requires refactorings to move them to some single table, but

[pypy-commit] pypy jit-counter: Should carefully have no effect: split the double-meaning of the 'counter'

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67736:05ec1173e85d Date: 2013-10-04 06:40 +0200 http://bitbucket.org/pypy/pypy/changeset/05ec1173e85d/ Log:Should carefully have no effect: split the double-meaning of the 'counter' on Cell objects in two fields. (transplanted from

[pypy-commit] pypy jit-counter: Add a jit parameter.

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67735:f6296263d647 Date: 2013-10-30 14:55 +0100 http://bitbucket.org/pypy/pypy/changeset/f6296263d647/ Log:Add a jit parameter. diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py @@ -44

[pypy-commit] pypy jit-counter: in-progress

2013-10-30 Thread arigo
Author: Armin Rigo Branch: jit-counter Changeset: r67737:375fd4fb9083 Date: 2013-10-30 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/375fd4fb9083/ Log:in-progress diff --git a/rpython/jit/metainterp/counter.py b/rpython/jit/metainterp/counter.py new file mode 100644 --- /dev/null +++

[pypy-commit] pypy default: ups fix

2013-10-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67732:287e43d11ca8 Date: 2013-10-29 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/287e43d11ca8/ Log:ups fix diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rtyper/rbuiltin.py +++ b/rpython/rtyper/rbuilt

[pypy-commit] pypy remove-numpypy: merge default

2013-10-30 Thread bdkearns
Author: Brian Kearns Branch: remove-numpypy Changeset: r67730:1cffc3a330db Date: 2013-10-30 04:48 -0400 http://bitbucket.org/pypy/pypy/changeset/1cffc3a330db/ Log:merge default diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/modu

[pypy-commit] pypy remove-numpypy: allow test_lib_pypy/numpypy to skip if no numpy is installed

2013-10-30 Thread bdkearns
Author: Brian Kearns Branch: remove-numpypy Changeset: r67731:97ef15b330f1 Date: 2013-10-30 04:47 -0400 http://bitbucket.org/pypy/pypy/changeset/97ef15b330f1/ Log:allow test_lib_pypy/numpypy to skip if no numpy is installed diff --git a/pypy/module/test_lib_pypy/numpypy/test_base.py b/pypy/

[pypy-commit] pypy default: reshape accepts order (if it's C)

2013-10-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67729:0a32061de4d6 Date: 2013-10-30 04:36 -0400 http://bitbucket.org/pypy/pypy/changeset/0a32061de4d6/ Log:reshape accepts order (if it's C) diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pyp