[pypy-svn] r52134 - pypy/extradoc/talk/sfi2008

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Mar 4 10:37:52 CET 2008


Author: cfbolz
Date: Tue Mar  4 10:37:50 2008
New Revision: 52134

Modified:
   pypy/extradoc/talk/sfi2008/talk.txt
Log:
notes and fixes


Modified: pypy/extradoc/talk/sfi2008/talk.txt
==============================================================================
--- pypy/extradoc/talk/sfi2008/talk.txt	(original)
+++ pypy/extradoc/talk/sfi2008/talk.txt	Tue Mar  4 10:37:50 2008
@@ -42,7 +42,7 @@
 
 * Still high-level, fully analyzable
 
-* Meta-programming language for RPython is Python
+* Meta-programming language for RPython is Python (XXX might be confusing?)
 
 Abstract interpretation
 =======================
@@ -59,7 +59,7 @@
 
 * Compiles to a variety of backends (C, LLVM, CLI, JVM, ...)
 
-* Vowes into so called translation aspects, like gc
+* Weaves in so called translation aspects, like gc
 
 * Optimizes (constant folding, malloc removal, inlining)
 
@@ -81,9 +81,9 @@
 
 * different root finding strategies
 
-* effective (RPython is faster than C when gc is a bottleneck)
+* effective (RPython is faster than C when GC is a bottleneck)
 
-* gcs are written in RPython as well
+* GCs are written in RPython as well
 
 JIT stuff
 =========



More information about the Pypy-commit mailing list