[pypy-svn] r45601 - pypy/extradoc/talk/dresden
fijal at codespeak.net
fijal at codespeak.net
Sat Aug 11 16:50:56 CEST 2007
Author: fijal
Date: Sat Aug 11 16:50:48 2007
New Revision: 45601
Added:
pypy/extradoc/talk/dresden/interpreterarch.png
- copied unchanged from r45423, pypy/extradoc/talk/dzug2007/interpreterarch.png
Modified:
pypy/extradoc/talk/dresden/talk.txt
Log:
* update a bit
* add an architecture pic
Modified: pypy/extradoc/talk/dresden/talk.txt
==============================================================================
--- pypy/extradoc/talk/dresden/talk.txt (original)
+++ pypy/extradoc/talk/dresden/talk.txt Sat Aug 11 16:50:48 2007
@@ -60,9 +60,6 @@
- example - gc (modeled after Jikes MMtk)
-XXX side-by-side comparison of CPython and PyPy source code
-XXX string formatting sounds like a candidate
-
Objspace concept
================
@@ -72,7 +69,9 @@
Taint objspace
==============
-XXX (picture probably is worth thousand words here)
+- intercepts all operations performed on objects
+
+.. image:: interpreterarch.png
Multiple object implementation
==============================
@@ -101,7 +100,7 @@
- using whatever storage mechanism
-- XXX
+- with desired granularity
Sandboxing
==========
More information about the Pypy-commit
mailing list