lp:~mwhudson/pypy/imported-bridges-experimental

Created by Michael Hudson-Doyle and last modified
Get this branch:
bzr branch lp:~mwhudson/pypy/imported-bridges-experimental
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Hudson-Doyle
Project:
PyPy
Status:
Development

Recent revisions

23700. By cfbolz

Experimental: after we made a new loop, immediately attach a bridge to it using
the same trace. In theory it should cut down on compilation time, in practise it
doesn't seem to matter.

23699. By cfbolz

Port r70708, r70709, r70710, r70714, r70731 from trunk.

23698. By cfbolz

An experimental, probably not to-be-merged branch where I want to try out an
idea about when to attach bridges.

23697. By benjamin

only override values in the instance dictionary if __get__ is defined

resolves issue #491

23696. By fijal

Disable shootout benchmark here, kill tests as we don't need it any more

23695. By cfbolz

make static and class method objects immutable

23694. By fijal

issue489
fixed

23693. By cfbolz

 - fix two failing tests here (by relaxing the restrictions)
 - make the test about kwargs more precise. There is still too much code
   generated, but at least we nicely only get two loops (as opposed to hundreds,
   like before)

23692. By cfbolz

missed a guard

23691. By cfbolz

Don't JIT argument parsing when the callsite has a * or ** arg, because this can
produce arbitrarily many paths. Will make the test more precise tomorrow.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:pypy
This branch contains Public information 
Everyone can see this information.