Author: David Schneider <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit