Author: David Schneider <david.schnei...@picle.org>
Branch: extradoc
Changeset: r4349:a61724c2cc46
Date: 2012-07-24 12:18 +0200
http://bitbucket.org/pypy/extradoc/changeset/a61724c2cc46/

Log:    merge heads

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -308,6 +308,13 @@
 Quite often a virtual object does not change from one guard to the next.
 Then the data structure is shared.
 
+Similarly, stores into the heap are delayed as long as possible.
+This can make it necessary to perform these delayed stores
+when leaving the trace via a guard.
+Therefore the resume data needs to contain a description
+of the delayed stores to be able to perform them when the guard fails.
+So far no special compression is done with this information.
+
 % subsection Interaction With Optimization (end)
 
    * tracing and attaching bridges and throwing away resume data
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to