[cfe-commits] r156984 - /cfe/trunk/docs/ThreadSanitizer.html

Kostya Serebryany kcc at google.com
Thu May 17 01:49:14 PDT 2012


Author: kcc
Date: Thu May 17 03:49:14 2012
New Revision: 156984

URL: http://llvm.org/viewvc/llvm-project?rev=156984&view=rev
Log:
[tsan] grammar fixes

Modified:
    cfe/trunk/docs/ThreadSanitizer.html

Modified: cfe/trunk/docs/ThreadSanitizer.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ThreadSanitizer.html?rev=156984&r1=156983&r2=156984&view=diff
==============================================================================
--- cfe/trunk/docs/ThreadSanitizer.html (original)
+++ cfe/trunk/docs/ThreadSanitizer.html Thu May 17 03:49:14 2012
@@ -43,8 +43,8 @@
 
 <h2 id="platforms">Supported Platforms</h2>
 ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 10.04). <BR>
-Support for MacOS 10.7 (64-bit only) is planed for late 2012. <BR>
-Support for 32-bit platforms is problematic and not yet planed.
+Support for MacOS 10.7 (64-bit only) is planned for late 2012. <BR>
+Support for 32-bit platforms is problematic and not yet planned.
 
 
 
@@ -100,7 +100,7 @@
 <li> ThreadSanitizer uses more real memory than a native run.
 At the default settings the memory overhead is 9x plus 9Mb per each thread.
 Settings with 5x and 3x overhead (but less accurate analysis) are also available.
-<li> ThreadSanitizer maps (but not reserves) a lot of virtual address space.
+<li> ThreadSanitizer maps (but does not reserve) a lot of virtual address space.
 This means that tools like <tt>ulimit</tt> may not work as usually expected.
 <li> Static linking is not supported.
 <li> ThreadSanitizer requires <tt>-fPIE -pie</tt>





More information about the cfe-commits mailing list