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

hpk at codespeak.net hpk at codespeak.net
Mon Mar 20 15:07:45 CET 2006


Author: hpk
Date: Mon Mar 20 15:07:34 2006
New Revision: 24599

Modified:
   pypy/dist/pypy/doc/extradoc.txt
Log:
add a nice link (i found via google) to a slide-intro to CLR and IL
(under the hood) to our extradocs section. 



Modified: pypy/dist/pypy/doc/extradoc.txt
==============================================================================
--- pypy/dist/pypy/doc/extradoc.txt	(original)
+++ pypy/dist/pypy/doc/extradoc.txt	Mon Mar 20 15:07:34 2006
@@ -46,6 +46,10 @@
   distributed multi-user/multi-programmer virtual world. 
 
 * `LLVM`_ the low level virtual machine project. 
+
+* `CLR under the hood`_ (powerpoint, works with open office) gives 
+  a good introduction to the underlying models of Microsoft's Common 
+  Language Runtime, the Intermediate Language, JIT and GC issues. 
   
 * spyweb_ translates Python programs to Scheme. 
 
@@ -56,6 +60,7 @@
 
 * `GNU lightning`_ generates assembly language at runtime. 
 
+.. _`CLR under the hood`: http://download.microsoft.com/download/2/4/d/24dfac0e-fec7-4252-91b9-fb2310603f14/CLRUnderTheHood.BradA.ppt
 .. _Stackless: http://stackless.com 
 .. _Psyco: http://psyco.sourceforge.net
 .. _Jython: http://www.jython.org



More information about the Pypy-commit mailing list