Author: David Schneider <[email protected]>
Branch: extradoc
Changeset: r4922:2010f2673bc1
Date: 2012-11-19 17:09 +0100
http://bitbucket.org/pypy/extradoc/changeset/2010f2673bc1/

Log:    Make abstract appear before keywords and categories

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -124,14 +124,6 @@
 
 \maketitle
 
-\category{D.3.4}{Programming Languages}{Processors}[code generation,
-incremental compilers, interpreters, run-time environments]
-
-\terms
-Languages, Performance, Experimentation
-
-\keywords{tracing JIT, guards, deoptimization}
-
 \begin{abstract}
 Tracing just-in-time (JIT) compilers record linear control flow paths,
 inserting operations called guards at points of possible divergence. These
@@ -144,6 +136,11 @@
 % \o/
 \end{abstract}
 
+\category{D.3.4}{Programming Languages}{Processors}[code generation,
+incremental compilers, interpreters, run-time environments]
+\terms
+Languages, Performance, Experimentation
+\keywords{tracing JIT, guards, deoptimization}
 
 %___________________________________________________________________________
 \section{Introduction}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to