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

arigo at codespeak.net arigo at codespeak.net
Wed May 31 17:41:43 CEST 2006


Author: arigo
Date: Wed May 31 17:41:42 2006
New Revision: 28014

Modified:
   pypy/extradoc/talk/dls2006/paper.tex
Log:
LL = low-level


Modified: pypy/extradoc/talk/dls2006/paper.tex
==============================================================================
--- pypy/extradoc/talk/dls2006/paper.tex	(original)
+++ pypy/extradoc/talk/dls2006/paper.tex	Wed May 31 17:41:42 2006
@@ -238,7 +238,8 @@
 type system is designed for \textit{statically-typed} OO environments,
 including Java; the presence of Smalltalk as a back-end might be
 misleading in that respect.} and CLI/.NET.  This first transformation
-step, for C-like environments, is called the \textit{LLTyper}: it produces
+step, for C-like environments, is called the \textit{LLTyper} or
+low-level typer: it produces
 C-level flow graphs, where the object-oriented features of RPython
 (classes and instances) become manipulations of C structs with
 explicit virtual table pointers.  By contrast, for OO environments the



More information about the Pypy-commit mailing list