[pypy-svn] extradoc extradoc: use ascii for this file, to be on the safe side

cfbolz commits-noreply at bitbucket.org
Sat Apr 30 13:54:18 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r3547:ee3059291497
Date: 2011-04-30 13:54 +0200
http://bitbucket.org/pypy/extradoc/changeset/ee3059291497/

Log:	use ascii for this file, to be on the safe side

diff --git a/talk/bibtex.bib b/talk/bibtex.bib
--- a/talk/bibtex.bib
+++ b/talk/bibtex.bib
@@ -85,7 +85,7 @@
     type = {Master Thesis},
     title = {Automatic {JIT} Compiler Generation with Runtime Partial Evaluation
 },
-    school = {{Heinrich-Heine-Universit&#228;t} D&#252;sseldorf},
+    school = {{Heinrich-Heine-Universit\"at} D\"usseldorf},
     author = {Carl Friedrich Bolz},
     year = {2008}
 },
@@ -116,7 +116,7 @@
 	abstract = {We attempt to apply the technique of Tracing {JIT} Compilers in the context of the {PyPy} project, i.e., to programs that are interpreters for some dynamic languages, including Python. Tracing {JIT} compilers can greatly speed up programs that spend most of their time in loops in which they take similar code paths. However, applying an unmodified tracing {JIT} to a program that is itself a bytecode interpreter results in very limited or no speedup. In this paper we show how to guide tracing {JIT} compilers to greatly improve the speed of bytecode interpreters. One crucial point is to unroll the bytecode dispatch loop, based on two kinds of hints provided by the implementer of the bytecode interpreter. We evaluate our technique by applying it to two {PyPy} interpreters: one is a small example, and the other one is the full Python interpreter.},
 	booktitle = {Proceedings of the 4th workshop on the Implementation, Compilation, Optimization of {Object-Oriented} Languages and Programming Systems},
 	publisher = {{ACM}},
-	author = {Carl Friedrich Bolz and Antonio Cuni and Maciej Fija&#322;kowski and Armin Rigo},
+	author = {Carl Friedrich Bolz and Antonio Cuni and Maciej Fija\lkowski and Armin Rigo},
 	year = {2009},
 	pages = {18--25}
 },
@@ -166,7 +166,7 @@
 
 
 @inproceedings{Bolz:2011:ARP:1929501.1929508,
- author = {Bolz, Carl Friedrich and Cuni, Antonio and Fija&#322;kowski, Maciej and Leuschel, Michael and Pedroni, Samuele and Rigo, Armin},
+ author = {Bolz, Carl Friedrich and Cuni, Antonio and Fija\lkowski, Maciej and Leuschel, Michael and Pedroni, Samuele and Rigo, Armin},
  title = {Allocation removal by partial evaluation in a tracing JIT},
  booktitle = {Proceedings of the 20th ACM SIGPLAN workshop on Partial evaluation and program manipulation},
  series = {PEPM '11},


More information about the Pypy-commit mailing list