[Webkit-unassigned] [Bug 53747] Add some dynamic annotations to JavaScriptCore/wtf
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 18 23:27:58 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=53747
--- Comment #43 from Kostya Serebryany <kcc at chromium.org> 2011-03-18 23:27:57 PST ---
FYI:
Similar annotations are already present in a similar code in libstdc++.
Search for _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER in these files:
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a00780_source.html
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a00769_source.html
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01030_source.html
The documentation in libstdc++ contains a paragraph about race detection:
http://gcc.gnu.org/onlinedocs/libstdc++/manual/debug.html#debug.races
The doc mentions support for 3 different tools (DRD , Helgrind , ThreadSanitizer). In reality, at least 4 tools are supported (these three and Intel Parallel Inspector).
--
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