[pypy-svn] extradoc extradoc: reworded something and fixed a typo

alex_gaynor commits-noreply at bitbucket.org
Sun Mar 27 18:58:21 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r3426:9f9b83762c4e
Date: 2011-03-27 12:58 -0400
http://bitbucket.org/pypy/extradoc/changeset/9f9b83762c4e/

Log:	reworded something and fixed a typo

diff --git a/talk/icooolps2011/paper.tex b/talk/icooolps2011/paper.tex
--- a/talk/icooolps2011/paper.tex
+++ b/talk/icooolps2011/paper.tex
@@ -104,9 +104,9 @@
 One of the hardest parts of implementing a dynamic language efficiently is to
 optimize its object model. This is made harder by the fact that many recent
 languages such as Python, JavaScript or Ruby have rather complex core object
-semantics. For them, implementing just an interpreter is already an arduous
-\pedronis{XXX ardous seems a bit too strong} task. Implementing them efficiently with a just-in-time compiler (JIT) is
-extremely challenging, because or their many corner-cases.
+semantics. For them, implementing just an interpreter is already a complex
+task. Implementing them efficiently with a just-in-time compiler (JIT) is
+extremely challenging, because of their many corner-cases.
 
 It has long been an objective of the partial evaluation community to
 automatically produce compilers from interpreters. There has been a recent


More information about the Pypy-commit mailing list