|
From: <sv...@va...> - 2007-03-20 22:34:42
|
Author: njn
Date: 2007-03-20 22:32:07 +0000 (Tue, 20 Mar 2007)
New Revision: 316
Log:
Added the VEE paper details.
Modified:
trunk/docs/pubs.html
Modified: trunk/docs/pubs.html
===================================================================
--- trunk/docs/pubs.html 2007-03-02 23:19:58 UTC (rev 315)
+++ trunk/docs/pubs.html 2007-03-20 22:32:07 UTC (rev 316)
@@ -10,10 +10,9 @@
<ul>
<li><p>
- <b>Valgrind: A Framework for Heavyweight
- Dynamic Binary Instrumentation.<br>
+ <b>Valgrind: A Framework for Heavyweight Dynamic Binary Instrumentation.<br>
Nicholas Nethercote and Julian Seward.<br>
- Proceedings of the PLDI 2007, San Diego, California, USA, June 2007.</b><br>
+ Proceedings of PLDI 2007, San Diego, California, USA, June 2007.</b><br>
(Final version not yet available)<br>
This paper describes how Valgrind works, and how it differs from other
DBI frameworks such as Pin and DynamoRIO.
@@ -23,6 +22,18 @@
</p></li>
<li><p>
+ <b>How to Shadow Every Byte of Memory Used by a Program.<br>
+ Nicholas Nethercote and Julian Seward.<br>
+ Proceedings of VEE 2007, San Diego, California, USA, June 2007.</b><br>
+ (Final version not yet available)<br>
+ This paper describes in detail how Memcheck's shadow memory is
+ implemented, and compares it to other alternative approaches.
+ Please cite this paper if you are discussing shadow memory
+ implementations. You could also cite it when discussing Memcheck, but
+ please cite the USENIX paper in preference.
+ </p></li>
+
+ <li><p>
<b><a href="/docs/iiswc2006.pdf">Building Workload Characterization Tools
with Valgrind.</a><br>
Nicholas Nethercote, Robert Walsh and Jeremy Fitzhardinge.<br>
|