no bug - doc: add more references to the tsan doc r=decoder DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D127638
This commit is contained in:
Sylvestre Ledru 2021-10-08 08:46:03 +00:00
Родитель 5df3ecb169
Коммит 2949a57b84
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -126,7 +126,7 @@ or prevening some classes of errors (memory, threading, etc).
:header: "Platform", "Owner", "Why?"
:widths: 40, 20, 40
Linux 18.04 x64 tsan, Christian Holler, Identify threading issues with ThreadSanitizer
Linux 18.04 x64 tsan, Christian Holler, Identify threading issues with :ref:`ThreadSanitizer <Thread Sanitizer>`
Linux x64 asan, "| Christian Holler
| Tyson Smith (ubsan)", "| Identify memory issues with :ref:`Address Sanitizer`.
| Also includes the UndefinedBehaviorSanitizer"

Просмотреть файл

@ -1,5 +1,5 @@
Thread Sanitizer
=================
================
What is Thread Sanitizer?
--------------------------
@ -15,6 +15,8 @@ TSan works can be found on `the Thread Sanitizer wiki <https://github.com/google
A `meta bug called tsan <https://bugzilla.mozilla.org/show_bug.cgi?id=tsan>`__
is maintained to keep track of all the bugs found with TSan.
A `blog post on hacks.mozilla.org <https://hacks.mozilla.org/2021/04/eliminating-data-races-in-firefox-a-technical-report/>`__ describes this project.
Note that unlike other sanitizers, TSan is currently **only supported on Linux**.
Downloading artifact builds