[pypy-svn] r27477 - pypy/extradoc/talk/dls2006

arigo at codespeak.net arigo at codespeak.net
Fri May 19 16:19:47 CEST 2006


Author: arigo
Date: Fri May 19 16:19:46 2006
New Revision: 27477

Added:
   pypy/extradoc/talk/dls2006/
   pypy/extradoc/talk/dls2006/outline.txt   (contents, props changed)
Log:
Pre-preliminary outline for OOPSLA/DLS


Added: pypy/extradoc/talk/dls2006/outline.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/dls2006/outline.txt	Fri May 19 16:19:46 2006
@@ -0,0 +1,43 @@
+************************************************************
+                       Cool Title Here
+************************************************************
+
+
+Introduction
+============
+
+High-level architecture, VM portability+flexibility goals with comparisons
+
+System programming with Python
+==============================
+
+* PyPy in RPython
+* RTyper helpers (ll, oo type systems)
+* GC
+
+Manipulatable, e.g. as in Stackless Transform
+
+Type inference details
+======================
+
+Flow space, annotator overviews
+
+Not very precise, no automatic polymorphism, but easy to control, fast, easy
+and to reuse with different type systems: RPython, ll, oo, rctypes,
+BTA (binding-time analysis for the JIT)...  easy custom specializations
+
+Future work
+===========
+
+JIT
+
+Related work
+============
+
+* Squeak
+* Jikes RVM
+
+Conclusion
+==========
+
+Works, reasonably efficient, quite confusing at times



More information about the Pypy-commit mailing list