[pypy-svn] r35546 - in pypy/dist/pypy/doc: . discussion

arigo at codespeak.net arigo at codespeak.net
Sun Dec 10 14:19:58 CET 2006


Author: arigo
Date: Sun Dec 10 14:19:55 2006
New Revision: 35546

Removed:
   pypy/dist/pypy/doc/discussion/draft-jit-ideas.txt
Modified:
   pypy/dist/pypy/doc/draft-jit-outline.txt
   pypy/dist/pypy/doc/jit.txt
Log:
Update the outline, redirect from the other jit-related document,
kill the oldest out-of-date document.


Modified: pypy/dist/pypy/doc/draft-jit-outline.txt
==============================================================================
--- pypy/dist/pypy/doc/draft-jit-outline.txt	(original)
+++ pypy/dist/pypy/doc/draft-jit-outline.txt	Sun Dec 10 14:19:55 2006
@@ -13,12 +13,25 @@
 
 Hint annotator and hint(concrete=True)...
 
+calls...
+
+green propagation at fixpoint...
+
+deepfreeze...
+
+blue containers...
+
 
 Timeshifting: transforming interpreter into compilers
 ======================================================
 
 intro and basics
 
+Transform vs hrtyping
+-----------------------
+
+...
+
 Split and Merges
 --------------------
 
@@ -32,6 +45,11 @@
 Virtual Containers
 --------------------
 
+...vstructs, vlist, vdict...
+
+Exceptions
+------------
+
 ...
 
 Promotion and global merges
@@ -39,17 +57,21 @@
 
 ...
 
-partial data
+Partial data
 -------------
 
 ...
 
-
 Portals
 ----------------------
 
 ...
 
+Scaling to PyPy
+----------------------
+
+...
+
 
 Backends
 ====================

Modified: pypy/dist/pypy/doc/jit.txt
==============================================================================
--- pypy/dist/pypy/doc/jit.txt	(original)
+++ pypy/dist/pypy/doc/jit.txt	Sun Dec 10 14:19:55 2006
@@ -6,6 +6,10 @@
 Warning: These are just a few notes quickly thrown together, to be
 clarified and expanded.
 
+For now we are working on the parallel document `draft-jit-outline`_.
+
+.. _`draft-jit-outline`: draft-jit-outline.html
+
 
 Draft
 =========================



More information about the Pypy-commit mailing list