All of lore.kernel.org
 help / color / mirror / Atom feed
* valgrind upgrade
@ 2018-10-17  2:22 Randy MacLeod
  2018-10-17  2:22 ` [PATCH] valgrind: update from 3.13.0 to 3.14.0 Randy MacLeod
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Randy MacLeod @ 2018-10-17  2:22 UTC (permalink / raw)
  To: openembedded-core

I know it's late, 
I know we're weary, 
I know our plans don't include  [1]
valgrind 3.14 which was released recently after 1.5 years of development. 
I believe that some of the M3 valgrind QA results we'ren't very good
so if we're going to try to fix those problems, perhaps
we should be working on the 3.14 release.

I've reviewed and updated the patches but so far I've only built for qemux86. 
The other qemus are building overnight. 

If someone wants to test basic runtime functions and 
better still run the ptests, that would be great.

The important bits of the release notes IMO:

* More than 100 bugs fixed.

* Valgrind is now buildable with link-time optimisation (LTO).  A new
  configure option --enable-lto=yes allows building Valgrind with LTO.  If the
  toolchain supports it, this produces a smaller/faster Valgrind (up to 10%).
  Note that if you are doing Valgrind development, --enable-lto=yes massively
  slows down the build process.
-- I haven't added support for that option yet. A 10% performance boost
   is hard to turn down but we'd need to understand the build impact.

* The new option --keep-debuginfo=no|yes (default no) can be used to retain
  debug info for unloaded code.  This allows saved stack traces (e.g. for
  memory leaks) to include file/line info for code that has been dlclose'd (or
  similar).  See the user manual for more information and known limitations.
-- sounds like it should be a default but I haven't added it yet.

Full release notes:
http://valgrind.org/docs/manual/dist.news.html

../Randy

[1] With apologies for the first line to Kenny Rogers.




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-10-19 22:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-17  2:22 valgrind upgrade Randy MacLeod
2018-10-17  2:22 ` [PATCH] valgrind: update from 3.13.0 to 3.14.0 Randy MacLeod
2018-10-18 12:01   ` Richard Purdie
2018-10-18 17:51     ` Khem Raj
2018-10-18 23:12       ` Randy MacLeod
2018-10-19  7:34         ` richard.purdie
2018-10-17  2:33 ` ✗ patchtest: failure for " Patchwork
2018-10-19 22:05 ` valgrind upgrade Randy MacLeod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.