[Webkit-unassigned] [Bug 62443] Make dynamic annotations weak symbols and prevent identical code folding by the linker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 08:01:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62443





--- Comment #7 from Dmitry Vyukov <dvyukov at google.com>  2011-06-14 08:01:10 PST ---
> So these functions are specifically added to WTF to provide hook-points for Valgrind, is that correct?

Yes. These are annotations for dynamic tools like Valgrind.

> Where are these functions called?  (All over the place, I assume?)

Currently we added them only to thread-safe reference counters (wtf/ThreadSafeRefCounted.h) and strings (wtf/text/StringStatics.cpp, in order to deal with shared string bodies).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list