Author: Alex Gaynor <[email protected]> Branch: dynamic-specialized-tuple Changeset: r55067:70a123855e07 Date: 2012-05-12 21:20 +0200 http://bitbucket.org/pypy/pypy/changeset/70a123855e07/
Log: Todo file diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,6 @@ +TODO +==== + +* Bridge support for UntypedStorage (need to store the fields of a VirtualArray and restore them) +* Support for platforms where pointer/long/double are different sizes in UntypedStorage +* More complete benchmarking. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
