invoke.texi (use-after-scope-direct-emission-threshold): Fix typos and grammar, use...
authorGerald Pfeifer <gerald@pfeifer.com>
Mon, 20 Feb 2017 16:12:35 +0000 (16:12 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Mon, 20 Feb 2017 16:12:35 +0000 (16:12 +0000)
* doc/invoke.texi (use-after-scope-direct-emission-threshold):
Fix typos and grammar, use active voice, and clarify.

Co-Authored-By: Martin Liska <mliska@suse.cz>
From-SVN: r245606

gcc/ChangeLog
gcc/doc/invoke.texi

index 02b5157..c098201 100644 (file)
@@ -1,3 +1,9 @@
+2017-02-18  Gerald Pfeifer  <gerald@pfeifer.com>
+           Martin Liška  <mliska@suse.cz>
+
+       * doc/invoke.texi (use-after-scope-direct-emission-threshold):
+       Fix typos and grammar, use active voice, and clarify.
+
 2017-02-20  Marek Polacek  <polacek@redhat.com>
 
        PR middle-end/79537
index 6e219da..26bc146 100644 (file)
@@ -10492,9 +10492,9 @@ E.g. to disable inline code use
 @option{--param asan-instrumentation-with-call-threshold=0}.
 
 @item use-after-scope-direct-emission-threshold
-If size of a local variable in bytes is smaller or equal to this number,
-direct instruction emission is utilized to poison and unpoison local variables.
-Default value in 256.
+If the size of a local variable in bytes is smaller or equal to this
+number, directly poison (or unpoison) shadow memory instead of using
+run-time callbacks.  The default value is 256.
 
 @item chkp-max-ctor-size
 Static constructors generated by Pointer Bounds Checker may become very