Author: stian
Branch:
Changeset: r76972:f01fd6fb3a45
Date: 2015-05-02 02:37 +0200
http://bitbucket.org/pypy/pypy/changeset/f01fd6fb3a45/
Log:Use int with rbigint operations. This provide a upto 25% speedup on
such operations, and a minor 5% speedup on pidigits.
diff --git a/pypy/objs
Author: stian
Branch:
Changeset: r76973:df47fcbdecf4
Date: 2015-05-02 02:38 +0200
http://bitbucket.org/pypy/pypy/changeset/df47fcbdecf4/
Log:Merge
diff --git a/rpython/jit/backend/llsupport/llerrno.py
b/rpython/jit/backend/llsupport/llerrno.py
--- a/rpython/jit/backend/llsupport/llerrno.py
Author: Ronan Lamy
Branch: can_cast
Changeset: r76971:c9fbdb4fd4eb
Date: 2015-05-01 19:05 +0100
http://bitbucket.org/pypy/pypy/changeset/c9fbdb4fd4eb/
Log:Create pypy.module.micronumpy.casting
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/mo
Author: Ronan Lamy
Branch: can_cast
Changeset: r76970:c93180802cb1
Date: 2015-05-01 18:30 +0100
http://bitbucket.org/pypy/pypy/changeset/c93180802cb1/
Log:Implement min_dtype() for np.bool_
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.p
Author: Ronan Lamy
Branch: can_cast
Changeset: r76969:0d4997fd32c8
Date: 2015-05-01 18:17 +0100
http://bitbucket.org/pypy/pypy/changeset/0d4997fd32c8/
Log:Implement min_dtype() on complex types
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarr
Author: Armin Rigo
Branch:
Changeset: r76968:4ac7ca12f1ba
Date: 2015-05-01 18:36 +0200
http://bitbucket.org/pypy/pypy/changeset/4ac7ca12f1ba/
Log:clean up
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/runner_test.py
--- a/rpython/jit/backend/test/runner_te
Author: Armin Rigo
Branch:
Changeset: r76967:906ef372ba4b
Date: 2015-05-01 18:32 +0200
http://bitbucket.org/pypy/pypy/changeset/906ef372ba4b/
Log:Fix Windows issue left behind by the vmprof branch
diff --git a/rpython/jit/backend/x86/callbuilder.py
b/rpython/jit/backend/x86/callbuilder.py
Author: Armin Rigo
Branch:
Changeset: r76966:15125a980026
Date: 2015-05-01 18:28 +0200
http://bitbucket.org/pypy/pypy/changeset/15125a980026/
Log:Fix a couple of tests on Windows
diff --git a/rpython/jit/backend/llsupport/llerrno.py
b/rpython/jit/backend/llsupport/llerrno.py
--- a/rpython/
Author: Edd Barrett
Branch:
Changeset: r76965:77b522fcaecb
Date: 2015-05-01 16:15 +0100
http://bitbucket.org/pypy/pypy/changeset/77b522fcaecb/
Log:Minor tweak to my recent @jit docstrings.
Feedback from Laurence Tratt.
diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rp
Author: Edd Barrett
Branch:
Changeset: r76964:56a37dcb76cf
Date: 2015-05-01 16:08 +0100
http://bitbucket.org/pypy/pypy/changeset/56a37dcb76cf/
Log:Add a comment about @jit.promote_string.
Input from fijal. Thanks.
diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython
Author: Maciej Fijalkowski
Branch:
Changeset: r76963:ee92c9c968f9
Date: 2015-05-01 17:03 +0200
http://bitbucket.org/pypy/pypy/changeset/ee92c9c968f9/
Log:Merged in jit_hint_docs (pull request #322)
Improve docstring comments in rlib.jit
diff --git a/rpython/rlib/jit.py b/rpython/rl
Author: Maciej Fijalkowski
Branch: jit_hint_docs
Changeset: r76962:1eb9e702a5de
Date: 2015-05-01 17:03 +0200
http://bitbucket.org/pypy/pypy/changeset/1eb9e702a5de/
Log:Close branch jit_hint_docs
___
pypy-commit mailing list
pypy-commit@python.org
h
Author: Edd Barrett
Branch: jit_hint_docs
Changeset: r76961:8d151b2df127
Date: 2015-05-01 15:36 +0100
http://bitbucket.org/pypy/pypy/changeset/8d151b2df127/
Log:Add more detail to @jit.elidable and @jit.promote.
diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
Author: stian
Branch:
Changeset: r76960:5a9239033d07
Date: 2015-05-01 15:56 +0200
http://bitbucket.org/pypy/pypy/changeset/5a9239033d07/
Log:or_ to int_or_ in immutable_unique_id
diff --git a/pypy/objspace/std/complexobject.py
b/pypy/objspace/std/complexobject.py
--- a/pypy/objspace/std/com
Author: Edd Barrett
Branch: ui_improvements
Changeset: r269:c6415f862f16
Date: 2015-05-01 11:41 +0100
http://bitbucket.org/pypy/jitviewer/changeset/c6415f862f16/
Log:Various UI improvements.
Display loop list as a table. Include columns for length, times
executes, # of new op
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1899:eb239c6af2dc
Date: 2015-05-01 11:58 +0200
http://bitbucket.org/cffi/cffi/changeset/eb239c6af2dc/
Log:Add "static" and a test that no unexpected symbols are exported
diff --git a/_cffi1/parse_c_type.c b/_cffi1/parse_c_type.c
--- a/_cffi1/pa
Author: Edd Barrett
Branch: hierarchy
Changeset: r268:9dbcae5b0e42
Date: 2015-05-01 10:32 +0100
http://bitbucket.org/pypy/jitviewer/changeset/9dbcae5b0e42/
Log:A quick hack to show the traces in a hierarchical tree.
Not sure if this is useful but pushing to a branch incase we decide
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1898:f12a2d9ca1f8
Date: 2015-04-30 17:52 +0200
http://bitbucket.org/cffi/cffi/changeset/f12a2d9ca1f8/
Log:Prepare for the PyPy version: we want to make a similar C extension
module, but one which happens to use none of the Py* API and de
18 matches
Mail list logo