[pypy-svn] r42056 - pypy/extradoc/talk/rupy2007
fijal at codespeak.net
fijal at codespeak.net
Sat Apr 14 18:45:55 CEST 2007
Author: fijal
Date: Sat Apr 14 18:45:55 2007
New Revision: 42056
Modified:
pypy/extradoc/talk/rupy2007/revised_talk.txt
Log:
Oops, changes in wc
Modified: pypy/extradoc/talk/rupy2007/revised_talk.txt
==============================================================================
--- pypy/extradoc/talk/rupy2007/revised_talk.txt (original)
+++ pypy/extradoc/talk/rupy2007/revised_talk.txt Sat Apr 14 18:45:55 2007
@@ -103,8 +103,6 @@
* applicable to any possible interpreter
(written in RPython)
-XXX (demo)
-
Multiple object implementations
================================
@@ -113,8 +111,6 @@
* Examples are: String-key specialized dicts,
ropes, tree-based dicts
-XXX (rope nasty example)
-
Transparent proxies
====================
@@ -125,8 +121,6 @@
* can access everything in transparent manner,
including such things like interpreter frames
-XXX www demo
-
Distribution
================
@@ -136,7 +130,23 @@
avoiding too much traffic
* Still very experimental!
-XXX not sure about demo
+Thunk object space
+==================
+
+* Build as different object space
+ (object operation basis)
+
+* Can do lazy computation of objects
+
+Taint object space
+===================
+
+* Also build as different object space
+
+* Few lines hack
+
+* Can track values as taint, which cannot
+ cross I/O borders implicitely
JavaScript backend
===================
@@ -150,9 +160,6 @@
* can be tested on top of CPython
(common case in PyPy)
-XXX play1
-XXX demo
-
Interpreter status
==========================
More information about the pypy-svn
mailing list