[pypy-dev] [pypy-commit] pypy default: Move the loop in contains() into a seperate function, so it can be inlined if it doesn't hit the fallback case.

Maciej Fijalkowski fijall at gmail.com
Mon May 23 09:49:10 CEST 2011


We should do such stuff automatically - it's getting annoying.

On Sat, May 21, 2011 at 5:08 AM, alex_gaynor <noreply at buildbot.pypy.org> wrote:
> Author: Alex Gaynor <alex.gaynor at gmail.com>
> Branch:
> Changeset: r44339:5809a5ace634
> Date: 2011-05-20 22:19 -0500
> http://bitbucket.org/pypy/pypy/changeset/5809a5ace634/
>
> Log:    Move the loop in contains() into a seperate function, so it can be
>        inlined if it doesn't hit the fallback case.
>


More information about the pypy-dev mailing list