[pypy-svn] r63525 - pypy/extradoc/talk/icooolps2009

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Apr 2 11:18:57 CEST 2009


Author: cfbolz
Date: Thu Apr  2 11:18:56 2009
New Revision: 63525

Modified:
   pypy/extradoc/talk/icooolps2009/paper.tex
Log:
add a paragraph to the related work


Modified: pypy/extradoc/talk/icooolps2009/paper.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009/paper.tex	(original)
+++ pypy/extradoc/talk/icooolps2009/paper.tex	Thu Apr  2 11:18:56 2009
@@ -753,6 +753,13 @@
 higher-level specialisation difficult (e.g.\ \texttt{malloc} can not be
 optimized).
 
+There has been some attempts to do \emph{dynamic partial evaluation}, which is
+partial evaluation that defers partial evaluation completely to runtime
+to make partial evaluation more useful for dynamic languages. This concept was
+introduced by Sullivan \cite{sullivan_dynamic_2001} who implemented it for a
+small dynamic language based on lambda-calculus. There is some work by one of
+the authors to implement a dynamic partial evaluator for Prolog \cite{XXX}.
+
 XXX what else?
 
 \anto{I would cite ourselves (maybe the JIT technical report?) and maybe



More information about the Pypy-commit mailing list