|
From: <sv...@va...> - 2006-03-11 06:48:24
|
Author: njn Date: 2006-03-11 06:48:20 +0000 (Sat, 11 Mar 2006) New Revision: 5744 Log: Add a comment. Modified: trunk/lackey/lk_main.c Modified: trunk/lackey/lk_main.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lackey/lk_main.c 2006-03-10 22:17:57 UTC (rev 5743) +++ trunk/lackey/lk_main.c 2006-03-11 06:48:20 UTC (rev 5744) @@ -38,6 +38,9 @@ // Instrumentation", 2004, for details about the few loads and stores th= at // it misses, and other caveats about the accuracy of the address trace. // +// [Actually, the traces aren't quite right because instructions that mo= dify +// a memory location are treated like a load followed by a store.] +// // If you want to modify how the memory traces are printed/gathered, loo= k at // the code that is controlled by the variable 'lk_clo_trace_mem' and th= e // functions 'trace_load()' and 'trace_mem'.. With a bit of effort you |