lp:~mwhudson/pypy/imported-translator-without-old-genc

Created by Michael Hudson-Doyle and last modified
Get this branch:
bzr branch lp:~mwhudson/pypy/imported-translator-without-old-genc
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

1045. By arigo

Copied from the head.

1044. By arigo

Branch merging fun starts here....

1043. By arigo

Support for array of primitives in rtyper and genc.

Fix bugs thus discovered in node.py.

This change breaks tests in the svn head. Working on merging now...

1042. By arigo

Disabled test_slice_long, which makes no sense in this context.

1041. By pedronis

- don't have typed tests with negative starting slices for now

- let's cherry-pick extra transforms

- only gencl needs transform_slice

1040. By pedronis

tests were out-of-sync with code

1039. By arigo

Support for cast_parent in rtyper.

Sort local variable declarations in the generated C function in a futile
attempt to make them slightly more readable.

1038. By arigo

+= for strings.
C syntax problem in array initializers.

1037. By arigo

Cannot return a list from a compiled function: the rtyper cannot convert from
an rlist to a PyListObject. (This is some kind of deep limitation that would
require more efforts than it's worth ATM.)

1036. By arigo

Conversions rstring -> PyStringObject.

Starts to become hackish. Didn't figure out how to write the reverse
conversion. Needs some redesign...

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.