[pypy-commit] extradoc extradoc: (cfbolz, bivab) abstract

bivab noreply at buildbot.pypy.org
Tue Aug 7 15:26:00 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4462:766608bb16e1
Date: 2012-08-07 15:25 +0200
http://bitbucket.org/pypy/extradoc/changeset/766608bb16e1/

Log:	(cfbolz, bivab) abstract

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -108,16 +108,13 @@
 \keywords{tracing JIT, guards, deoptimization}
 
 \begin{abstract}
-\todo{write}
-In pellentesque faucibus vestibulum. Nulla at nulla justo, eget luctus tortor.
-Nulla facilisi. Duis aliquet egestas purus in blandit. Curabitur vulputate,
-ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna
-sit amet arcu. Class aptent taciti sociosqu ad litora torquent per conubia
-nostra, per inceptos himenaeos. Sed molestie augue sit amet leo consequat
-posuere. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices
-posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem
-ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna
-ultricies ac tempor dui sagittis. In.
+Guards operations occur frequently in traces generated by tracing just-in-time
+(JIT) compilers. Therefore it is important to design and implement them
+carefully to find the right trade-off between execution speed, deoptimization,
+and memory overhead.  In this paper we describe the design decisions about
+guards taken in the implementation of the RPython tracing JIT. Furthermore we
+measure various properties of guards.
+% \o/
 \end{abstract}
 
 


More information about the pypy-commit mailing list