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

arigo at codespeak.net arigo at codespeak.net
Wed May 31 12:55:12 CEST 2006


Author: arigo
Date: Wed May 31 12:55:10 2006
New Revision: 27968

Modified:
   pypy/extradoc/talk/dls2006/draft.txt
Log:
Use the dot here, so that rst2pdf --debug will produce the pdf for us.


Modified: pypy/extradoc/talk/dls2006/draft.txt
==============================================================================
--- pypy/extradoc/talk/dls2006/draft.txt	(original)
+++ pypy/extradoc/talk/dls2006/draft.txt	Wed May 31 12:55:10 2006
@@ -499,15 +499,7 @@
 really an abstract domain.  It handles objects that are placeholders.
 Its lattice order is shown in figure 5.
 
-::
-
-    [figure 5:                Variable
-
-                         /      |             \           \
-                        /       |              \           \
-                       /        |               \           \
-      Constant(1) ... Constant(n) ... Constant([1,2,3])  ... Constant(<instance of class A>) ...
-    ]
+.. graphviz:: image/flowlattice.dot
 
 This order is extremely simple, because most actual analysis is delayed
 to the next phase, the type inference engine.  The objects are either



More information about the Pypy-commit mailing list