lp:~mwhudson/pypy/imported-kill-can-inline

Created by Michael Hudson-Doyle and last modified
Get this branch:
bzr branch lp:~mwhudson/pypy/imported-kill-can-inline
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

23803. By cfbolz

I would like to pass this function

23802. By cfbolz

a branch to try to kill the need to give a can_inline hook.

23801. By cfbolz

Fix for r71264: never trace code that is already being traced somewhere else on
the stack. This changes the outcome for some tests in non-important ways.

23800. By cfbolz

A failing test that recursively traces again and again the same function. All
the assembler pieces that are eventually produced are attached to the same green
key, so it's all a bit useless.

23799. By arigo

Fix a compiler warning (for 64-bit compatibility).

23798. By benjamin

remove incorrect comment

23797. By arigo

Adding an assert which could catch e.g. unexpected
exceptions out of CALL_PURE functions.

23796. By arigo

__eq__ should not be called during annotation, at least
when we know that the classes differ anyway. For cases
of hash collision that occur sometimes, notably on top
of pypy-c.

23795. By arigo

Test and fix.

23794. By arigo

Test and fix.

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.