[pypy-svn] r52939 - pypy/dist/pypy/doc/discussion

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Mar 25 20:29:20 CET 2008


Author: cfbolz
Date: Tue Mar 25 20:29:19 2008
New Revision: 52939

Added:
   pypy/dist/pypy/doc/discussion/paper-wishlist.txt
Log:
(arigo, cfbolz): writing some ideas about papers we would like to write


Added: pypy/dist/pypy/doc/discussion/paper-wishlist.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/discussion/paper-wishlist.txt	Tue Mar 25 20:29:19 2008
@@ -0,0 +1,27 @@
+Things we would like to write papers about
+==========================================
+
+- object space architecture + reflective space
+- stackless transformation
+- composable coroutines
+- jit:
+  - overview paper
+  - putting our jit into the context of classical partial evaluation
+  - a jit technical paper too, probably
+
+- sandboxing
+
+Things about which writing a paper would be nice, which need more work first
+============================================================================
+
+- taint object space
+- logic object space
+
+- jit
+
+  - with some more work: how to deal in a JIT backend with less-that-
+      full-function compilation unit
+
+  - work in progress (Anto?): our JIT on the JVM
+  - (later) removing the overhead of features not used, e.g. thunk space or
+      another special space



More information about the Pypy-commit mailing list