[pypy-svn] r35294 - pypy/dist/pypy/doc
arigo at codespeak.net
arigo at codespeak.net
Tue Dec 5 13:46:54 CET 2006
Author: arigo
Date: Tue Dec 5 13:46:52 2006
New Revision: 35294
Modified:
pypy/dist/pypy/doc/project-ideas.txt
Log:
Update this page; add a few #names in the html.
Modified: pypy/dist/pypy/doc/project-ideas.txt
==============================================================================
--- pypy/dist/pypy/doc/project-ideas.txt (original)
+++ pypy/dist/pypy/doc/project-ideas.txt Tue Dec 5 13:46:52 2006
@@ -48,9 +48,8 @@
* lists which are specialised for int-only values (for saving memory).
-* some form of caching the lookups of builtin or even global names (most
- likely by special forms of dictionaries that can invalidate the caches when
- they are written to).
+* in-progress: caching the lookups of builtin names (by special forms of
+ dictionaries that can invalidate the caches when they are written to)
* create multiple representations of Unicode string that store the character
data in narrower arrays when they can.
@@ -108,6 +107,8 @@
We already have a somewhat usable `Prolog interpreter`_ and the beginnings of a
`JavaScript interpreter`_.
+.. _security:
+
Investigate restricted execution models
---------------------------------------
@@ -123,6 +124,9 @@
objects to be tagged and tracked. The translation of PyPy would also be a
good place to insert e.g. systematic checks around all system calls.
+.. _distribution:
+.. _persistence:
+
Experiment with distribution and persistence
--------------------------------------------
More information about the Pypy-commit
mailing list