[pypy-svn] r43483 - pypy/extradoc/talk/ep2007

fijal at codespeak.net fijal at codespeak.net
Fri May 18 15:52:13 CEST 2007


Author: fijal
Date: Fri May 18 15:52:12 2007
New Revision: 43483

Modified:
   pypy/extradoc/talk/ep2007/abstract_interpreter.txt
Log:
(fijal, arigo) update


Modified: pypy/extradoc/talk/ep2007/abstract_interpreter.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/abstract_interpreter.txt	(original)
+++ pypy/extradoc/talk/ep2007/abstract_interpreter.txt	Fri May 18 15:52:12 2007
@@ -13,11 +13,11 @@
 * object tainting: automatically track and control propagation of 
   sensitive data through an application
 * lazy computations: defer computation until result is needed 
-* generating from a single python interpreter source
-  code to C, LLVM, .NET, JVM, ... (IOW: implement features once, 
-  have it available everywhere)
 * ... and more, as talk topics/features might appear just-in-time :) 
 
+All above features might be translated to any supported backend,
+which is by now C, LLVM and CLI, soon JVM.
+
 We'll also see to discuss future efforts and remaining obstacles 
 to reach wider adoption. 
 



More information about the Pypy-commit mailing list