[pypy-svn] extradoc extradoc: change the accents of the invokedynamic consideration

pedronis commits-noreply at bitbucket.org
Wed Mar 30 20:34:32 CEST 2011


Author: Samuele Pedroni <pedronis at lucediurna.net>
Branch: extradoc
Changeset: r3447:8beee32fe6b7
Date: 2011-03-30 20:34 +0200
http://bitbucket.org/pypy/extradoc/changeset/8beee32fe6b7/

Log:	change the accents of the invokedynamic consideration

diff --git a/talk/icooolps2011/paper.tex b/talk/icooolps2011/paper.tex
--- a/talk/icooolps2011/paper.tex
+++ b/talk/icooolps2011/paper.tex
@@ -941,9 +941,7 @@
 
 Somewhat relatedly, the proposed ``invokedynamic'' bytecode
 \cite{rose_bytecodes_2009} that will be added to the JVM is supposed to make the
-implementation of dynamic languages on top of JVMs easier. The bytecode gives
-the language implementor control over how the JIT optimizes the language's
-features and when optimized code needs to be deoptimized. XXX
+implementation of dynamic languages on top of JVMs easier. The bytecode gives access to user accessible generalized inline cache. It requires of course compilation to JVM bytecode instead of simply writing an interpreter, predictability of performance across JVMs is also an open question.
 
 We already explored promotion in other context, such as earlier versions of
 PyPy's JIT \cite{armin_rigo_jit_2007} as well as a Prolog partial evaluator

diff --git a/talk/icooolps2011/jit-hints.pdf b/talk/icooolps2011/jit-hints.pdf
index d0c330029730051d107ab2998b0079235c652719..319fb7f0ad019fd3dc01575729a8ac0e2767baca
GIT binary patch
[cut]


More information about the Pypy-commit mailing list