[pypy-svn] extradoc extradoc: improve conclusion

cfbolz commits-noreply at bitbucket.org
Mon Mar 28 19:18:35 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r3438:26aeaf9d9171
Date: 2011-03-28 19:18 +0200
http://bitbucket.org/pypy/extradoc/changeset/26aeaf9d9171/

Log:	improve conclusion

diff --git a/talk/icooolps2011/paper.tex b/talk/icooolps2011/paper.tex
--- a/talk/icooolps2011/paper.tex
+++ b/talk/icooolps2011/paper.tex
@@ -100,6 +100,7 @@
 
 \begin{abstract}
 
+XXX
 
 \end{abstract}
 
@@ -890,17 +891,15 @@
 %jruby used versions at some point, jvm-l mailing list discusses them
 
 
-\section{Conclusion and Next Steps}
+\section{Conclusion}
 
 In this paper we presented two hints that can be used in the source code of an
-interpreter written with PyPy. They are used to influence what the optimizer
-does with the trace. We also showed how a small but still relevant dynamic
-object model can use these hints to no longer use any dictionary lookups after
-tracing. Instead a number of guards are inserted into the trace to check whether
-the assumptions about the objects are still true. This makes operations on
-objects seriously faster.
+interpreter written with PyPy. They give control over runtime feedback and
+optimization to the language implementor. They are expressive enough for
+building well-known virtual machine optimization techniques, such as maps and
+inline caches. We believe that they are flexible enough to express a wide
+variety of language semantics efficiently.
 
-XXX
 
 \section*{Acknowledgements}
 

diff --git a/talk/icooolps2011/jit-hints.pdf b/talk/icooolps2011/jit-hints.pdf
index 7cf8f1aa252e4086b302f568eb7d8349ebff9ebb..c791c59dc67bc872ef68e67fad0cc13427fb4a78
GIT binary patch
[cut]


More information about the Pypy-commit mailing list