[pypy-commit] extradoc extradoc: Mention Armin's hint about continulet-jit-2

bivab noreply at buildbot.pypy.org
Tue Aug 14 17:15:17 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4568:2d30279acc7b
Date: 2012-08-14 16:54 +0200
http://bitbucket.org/pypy/extradoc/changeset/2d30279acc7b/

Log:	Mention Armin's hint about continulet-jit-2

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -944,7 +944,10 @@
 would be worth exploring if a more aggressive compression scheme for guards
 would be worth the memory saving in contrast to the increased decoding
 overhead. Based on the same observation we would like to explore the concept of
-LuaJIT's sparse snapshots and its applicability to PyPy.
+LuaJIT's sparse snapshots and its applicability to RPython's JIT.
+There is an ongoing effort to replace the backend map in RPython's JIT with a
+simpler technique that does not require decoding the backend map on each guard
+failure.
 
 \section*{Acknowledgements}
 We would like to thank David Edelsohn and Stephan Zalewski for their helpful


More information about the pypy-commit mailing list