https://bugs.kde.org/show_bug.cgi?id=431306

Michael Woerister <michaelwoeris...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michaelwoeris...@gmail.com

--- Comment #3 from Michael Woerister <michaelwoeris...@gmail.com> ---
I'd like to endorse getting Rust's new symbol mangling scheme supported in
valgrind. I think people will be very interested in it because the new scheme
finally allows to have demangled names that do not lose information about
generic parameters. In the past, when running valgrind with name demangling
enabled, all instances of a given generic function would be collapsed into a
single function (e.g. "foo<u32>", "foo<String>", "foo<SomeStruct>" would all
show up as just "foo"). In order to get rid of this inaccuracy one had to
disable demangling, which can make things quite unreadable.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to