lp:~mwhudson/pypy/imported-kill-remaining-suggested-primitives

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

18378. By arigo

Revert unintended change.

18377. By arigo

It's not really possible to test stack_too_big() directly.
We have other tests in test_typed that checks that we get
a RuntimeError in case of infinite recursion, so that will
have to be good enough. The issue is that recursive functions
automatically contain a stack_too_big() check, which might
be triggered before our explicit one.

18376. By arigo

(rxe, arigo) Kill unneeded code in llvm.

18375. By xoraxax

(armin, alexander): Removed the remaining suggested primitives, fiddled with controller logic and
made it working in the end again. Checking it to run tests easily on remote machines ...

18374. By fijal

Add a benchmark for list and memcpy operations, intermediate checkin.

18373. By fijal

Memoize itemoffset, otherwise you cannot call it from inside rpython
function, even with constant arguments.

18372. By rxe

remove another FixArray

18371. By rxe

(fijal, rxe) fix anti-british tests

18370. By rxe

(fijal,rxe) move a fixed array pointer to a carray

18369. By rxe

arigo fixed this when fix errno for ll2ctypes

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.