]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 3 Dec 2007 21:29:22 +0000 (21:29 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 3 Dec 2007 21:29:22 +0000 (21:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7269

massif/ms_main.c

index b7c01045bdda8a7c4c6a9351f812e3c1150d3fe8..0ab68f07e4ac4f5bd8baee42612029e3bb9399e6 100644 (file)
@@ -52,6 +52,9 @@
 // - Options like --alloc-fn='operator new(unsigned, std::nothrow_t const&amp;)'
 //   don't work in a .valgrindrc file or in $VALGRIND_OPTS. 
 //   m_commandline.c:add_args_from_string() needs to respect single quotes.
+// - With --stack=yes, want to add a stack trace for detailed snapshots so
+//   it's clear where/why the peak is occurring. (Mattieu Castet)  Also,
+//   possibly useful even with --stack=no? (Andi Yin)
 //
 // Performance:
 // - To run the benchmarks: