Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: extradoc
Changeset: r5100:a0d525fd94e7
Date: 2013-10-25 16:13 -0700
http://bitbucket.org/pypy/extradoc/changeset/a0d525fd94e7/

Log:    Mention that I didn't reivew the literature exhaustively

diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst
--- a/blog/draft/coverage.rst
+++ b/blog/draft/coverage.rst
@@ -72,10 +72,11 @@
 
 I asked several friends in the VM implementation and research field if they
 were aware of any other research into making VMs stay fast when debugging tools
-like ``coverage.py`` are running. No one I spoke to was aware of any, so I'm
-pleased to say that PyPy is quite possibly the first VM to work on optimizing
-code in debugging mode! This is possible because of our years spent investing
-in meta-tracing research.
+like ``coverage.py`` are running. No one I spoke to was aware of any (but I
+didn't do a particularly exhaustive review of the literature, I just tweeted at
+a few people), so I'm pleased to say that PyPy is quite possibly the first VM
+to work on optimizing code in debugging mode! This is possible because of our
+years spent investing in meta-tracing research.
 
 Happy testing,
 Alex
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to