Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r58148:298a247fd496
Date: 2012-10-16 22:14 +0200
http://bitbucket.org/pypy/pypy/changeset/298a247fd496/

Log:    kill things that are done

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
@@ -17,12 +17,6 @@
 projects, or anything else in PyPy, pop up on IRC or write to us on the
 `mailing list`_.
 
-Make big integers faster
--------------------------
-
-PyPy's implementation of the Python ``long`` type is slower than CPython's.
-Find out why and optimize them.  **UPDATE:** this was done (thanks stian).
-
 Make bytearray type fast
 ------------------------
 
@@ -81,14 +75,6 @@
 
 * Allow separate compilation of extension modules.
 
-Work on some of other languages
--------------------------------
-
-There are various languages implemented using the RPython translation 
toolchain.
-One of the most interesting is the `JavaScript implementation`_, but there
-are others like scheme or prolog. An interesting project would be to improve
-the jittability of those or to experiment with various optimizations.
-
 Various GCs
 -----------
 
@@ -144,8 +130,6 @@
 
 * `hg`
 
-* `sympy`
-
 Experiment (again) with LLVM backend for RPython compilation
 ------------------------------------------------------------
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to