[pypy-svn] r35672 - pypy/dist/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Wed Dec 13 14:02:10 CET 2006


Author: arigo
Date: Wed Dec 13 14:02:04 2006
New Revision: 35672

Modified:
   pypy/dist/pypy/doc/draft-jit-outline.txt
Log:
Test check-in.


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	Wed Dec 13 14:02:04 2006
@@ -53,6 +53,7 @@
 code. What is really desired is not a generating extension doing
 static compilation, but one capable of dynamic compilation, exploiting
 runtime information in its result, or using a different terminology
+(XXX explain differently the following)
 capable of producing code that is specialised with respect to some of
 the run-time information, for example language-level types.
 
@@ -89,6 +90,7 @@
 
 intro and basics
 
+
 Transform vs hrtyping
 -----------------------
 



More information about the Pypy-commit mailing list