[pypy-commit] extradoc extradoc: explain that allocation removal leads to type specialization

cfbolz noreply at buildbot.pypy.org
Mon Jun 20 10:13:46 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r3743:5ae154d15667
Date: 2011-06-20 09:50 +0200
http://bitbucket.org/pypy/extradoc/changeset/5ae154d15667/

Log:	explain that allocation removal leads to type specialization

diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex
--- a/talk/iwtc11/paper.tex
+++ b/talk/iwtc11/paper.tex
@@ -830,6 +830,8 @@
 some care has to be taken, when implementing this, to allow $\hat J$ to
 grow while inlining it into $\hat K$. XXX: Maybe we can skip this?
 
+XXX explain that this is effectively type-specializing a loop
+
 \section{Limitations}
 
 XXX as of now?


More information about the pypy-commit mailing list