Looking at my branches:
- numpypy-ctypes, numpy-record-type-pure-python: can be deleted
- jit-tracehook: Seems like a good idea, let's you run the JIT even when there's a trace func -- looks like maybe some parts were landed and some weren't?
- struct-double: I think all this work got done in a different way by someone else, can be deleted
- dynamic-specialized-tuple: A really good idea; creates specialized tuples dynamically, I think it was basically merge ready except for one missing optimization, but I'm sure it's completely bitrotted now.
- jit-sys-exc-info: no clue here
- asm-backend-dupe-removal: no clue, maybe fijal remembers
- unroll-virtual-dict-resize: probably still a good idea, will be tons of conflicts and I don't know if the heapcache issues that blocked it were ever fixed (needed interiorfield support there)
- python-loop-unroll: very cool idea, looks like it was almost working (with huge hacks)
I'm not going to have time to finish any of my good idea branches :-) They can either be closed, or maybe someone else some day wants to look at them.
Alex