[pypy-svn] r20498 - pypy/extradoc/talk/22c3

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Dec 1 15:18:32 CET 2005


Author: cfbolz
Date: Thu Dec  1 15:18:28 2005
New Revision: 20498

Modified:
   pypy/extradoc/talk/22c3/techpaper.pdf
   pypy/extradoc/talk/22c3/techpaper.sty
   pypy/extradoc/talk/22c3/techpaper.txt
Log:
add GmbH to merlinux. remove -- since rest escapes then.


Modified: pypy/extradoc/talk/22c3/techpaper.pdf
==============================================================================
Files pypy/extradoc/talk/22c3/techpaper.pdf	(original) and pypy/extradoc/talk/22c3/techpaper.pdf	Thu Dec  1 15:18:28 2005 differ

Modified: pypy/extradoc/talk/22c3/techpaper.sty
==============================================================================
--- pypy/extradoc/talk/22c3/techpaper.sty	(original)
+++ pypy/extradoc/talk/22c3/techpaper.sty	Thu Dec  1 15:18:28 2005
@@ -1,4 +1,4 @@
-\author {Carl Friedrich Bolz\\merlinux\\\texttt{cfbolz at gmx.de} \and
-         Holger Krekel\\merlinux\\\texttt{hpk at merlinux.de} \and
-         Armin Rigo\\Heinrich Heine Universit\"at D\"usseldorf\\\texttt{arigo at tunes.org}}
+\author {Carl Friedrich Bolz\\merlinux GmbH\\\texttt{cfbolz at gmx.de} \and
+         Holger Krekel\\merlinux GmbH\\\texttt{hpk at merlinux.de} \and
+         Armin Rigo\\Heinrich-Heine-Universit\"at D\"usseldorf\\\texttt{arigo at tunes.org}}
 \date{}

Modified: pypy/extradoc/talk/22c3/techpaper.txt
==============================================================================
--- pypy/extradoc/talk/22c3/techpaper.txt	(original)
+++ pypy/extradoc/talk/22c3/techpaper.txt	Thu Dec  1 15:18:28 2005
@@ -106,7 +106,7 @@
 * we can tweak the translation process to produce low-level code based
   on different models and tradeoffs.
 
-By contrast, a standardized target environment -- say .NET -- 
+By contrast, a standardized target environment - say .NET - 
 enforces ``m=1`` as far as it is concerned.  This helps making ``o`` a
 bit smaller by providing a higher-level base to build upon.  Still,
 we believe that enforcing the use of one common environment 
@@ -116,7 +116,7 @@
 
 This is the *meta-goal*; a more concrete goal worth mentioning at this
 point is that language specifications can be used to generate cool stuff
-in addition to traditional interpreters -- e.g. Just-In-Time compilers. 
+in addition to traditional interpreters - e.g. Just-In-Time compilers. 
 
 .. [#] http://llvm.cs.uiuc.edu/
 



More information about the Pypy-commit mailing list