Author: Amaury Forgeot d'Arc <[email protected]> Branch: Changeset: r44700:7dcc322724f7 Date: 2011-06-04 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/7dcc322724f7/
Log: Possible improvements to the pypy translation diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ideas.rst @@ -33,6 +33,13 @@ tools, for example a `jitviewer`_ that help us analyze performance. Improvements to existing tools as well as new tools would be of great help. +Translation Toolchain +--------------------- + +* Incremental or distributed translation. + +* Allow separate compilation of extension modules. + Work on some of other languages ------------------------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
