[pypy-dev] [pypy-commit] pypy default: (fijal, arigo) merge optresult-unroll - this branch improves warmup by about

Antonio Cuni anto.cuni at gmail.com
Wed Sep 9 11:39:07 CEST 2015


Hi,

On Tue, Sep 8, 2015 at 3:11 PM, fijal <noreply at buildbot.pypy.org> wrote:

> Author: Maciej Fijalkowski <fijall at gmail.com>
> Branch:
> Changeset: r79543:3c45f447b1e3
> Date: 2015-09-08 15:11 +0200
> http://bitbucket.org/pypy/pypy/changeset/3c45f447b1e3/
>
> Log:    (fijal, arigo) merge optresult-unroll - this branch improves warmup
>         by about 20% by changing the underlaying structure of the
>         ResOperations by killing Boxes. It also rewrites unrolling to
>         something (hopefully) a bit saner
>
> diff too long, truncating to 2000 out of 44326 lines
>
> diff --git a/pypy/goal/targetpypystandalone.py
> b/pypy/goal/targetpypystandalone.py
> --- a/pypy/goal/targetpypystandalone.py
> +++ b/pypy/goal/targetpypystandalone.py
> @@ -341,8 +341,8 @@
>
>      def jitpolicy(self, driver):
>          from pypy.module.pypyjit.policy import PyPyJitPolicy
> -        from pypy.module.pypyjit.hooks import pypy_hooks
> -        return PyPyJitPolicy(pypy_hooks)
> +        #from pypy.module.pypyjit.hooks import pypy_hooks
> +        return PyPyJitPolicy()#pypy_hooks)
>
> ​is still intended or just a typo? I suspect this disables
pypyjit​.set_compile_hook etc?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20150909/f40980c2/attachment.html>


More information about the pypy-dev mailing list