From: Florian Krohm Date: Thu, 27 Aug 2015 17:56:56 +0000 (+0000) Subject: Announce new command line option. X-Git-Tag: svn/VALGRIND_3_11_0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=158c67e9eee1cf0763955d22b1d3dfed72b96c04;p=thirdparty%2Fvalgrind.git Announce new command line option. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15595 --- diff --git a/NEWS b/NEWS index a27801350a..fcd42e5ca6 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,11 @@ X86/MacOSX 10.10 and 10.11 and AMD64/MacOSX 10.10 and 10.11. assembly sequences. This gives speedups in the region of 0% to 7% for those targets only. + - New command line option: --expensive-definedness-check= which + is usefult to avoid occasional invalid complaints on optimised code. + Watchout for runtime degradation: 25% have been observed but, as always, + this is highly application specific. + * Massif: - New monitor command 'all_snapshots ' that dumps all @@ -192,6 +197,8 @@ where XXXXXX is the bug number as listed below. 339808 Fix none/tests/rlimit64_nofile test on Mac OS X 10.9 339820 vex amd64->IR: 0x66 0xF 0x3A 0x63 0xA 0x42 0x74 0x9 (pcmpistri $0x42) 340115 Fix none/tests/cmdline[1|2] tests on systems which define TMPDIR +340392 Allow user to select more accurate definedness checking in memcheck + to avoid invalid complaints on optimised code 340430 Fix some grammatical weirdness in the manual. 341238 Recognize GCC5/DWARFv5 DW_LANG constants (Go, C11, C++11, C++14) 341419 Signal handler ucontext_t not filled out correctly on OS X