Author: Antonio Cuni <[email protected]> Branch: extradoc Changeset: r3962:ee75b63c9b59 Date: 2011-11-10 15:48 +0100 http://bitbucket.org/pypy/extradoc/changeset/ee75b63c9b59/
Log: merge heads diff --git a/sprintinfo/gothenburg-2011-2/planning.txt b/sprintinfo/gothenburg-2011-2/planning.txt new file mode 100644 --- /dev/null +++ b/sprintinfo/gothenburg-2011-2/planning.txt @@ -0,0 +1,29 @@ +people present: + Christian Timser + Hakan Ardo + + + +done so far: + + Christian works on win64 support, continuing the job started in Genua + + Hakan refactors unrolling: adds a TARGET resoperation that can be used + in the middle of loops, and that defines a possible JUMP target. + + Armin did random stuff including progress on the STM branch. + + Mark worked on specializing 2-tuples to contain int/floats/strings. + + Andrew Dalke and Sam Lade worked on the previous days on numpy + integration, looking at f2py + + +today: + + the TARGET resoperation: Hakan, Armin + + win64: Christian + + specialized 2-tuples: Mark, Anto + _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
